Git In Case Of
2013-05-01.
Category & Tags:
Soft&Skills
Soft&Skills
Learn-Git Tutorial (VSCode + Gitee) # 标准初级教程: Visual Studio Code自带Git工具使用教程. 其中 1-7 分钟 + 11-14 分钟 是个人使用必备基础 7-11 分钟一般是团队协作必备基础 提示:可以用自己电脑 VSCode 作为开发环境 + 别人电脑(或者自己电脑另一个文件夹)作为生产环境另开一个 VSCode。注意区分两边的 VSCode。 如果上边这个看不懂,可以看这几个: 给傻子的Git教程(国内版) (注意,此视频使用公开 Repo 不符合实际工程需要,仅供参考). 3分钟学会如何在vscode中使用git进行版本管理. 其他:人人都能看懂的 Git 教程。Git 如何和 GitHub、GitLab 交互?团队如何用 Git 协作开发?(需要配合Up之前的视频看) Motivation # Trending in 2019: [ref] Config # git config -l # ls all configs Frequently Used # git help <command> git show # show content of a commit/file-obj. ref:is. ...