02git

快捷手册_git

Workspace:工作区

Index / Stage:暂存区

Repository:仓库区(或本地仓库)

Remote:远程仓库

常用命令

基础配置

创建版本库

修改和提交

查看提交历史

撤消

分支与标签

合并与衍合

远程操作

参考

Git 常用命令大全:https://blog.csdn.net/halaoda/article/details/78661334

一张图记住所有Git常用命令:https://blog.csdn.net/dangyalingengjia/article/details/78299517

常用 Git 命令清单:www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html

Git 常用命令速查表:https://www.w3cschool.cn/git/git-cheat-sheet.html

Last updated