[关闭]
@rickyChen 2016-11-14T07:54:41.000000Z 字数 235 阅读 1333

2016/11/04BIP内部分享(GIT版本管理)

Git


存储基本概念

工作区

当前目录

版本库

版本列表、暂存区

远端

远端存储目录

基本操作

git add

git commit

git push

git init

git clone

高级操作

版本管理

  1. git diff
  2. git status
  3. git log
  4. git reset --hard(--soft)
  5. git checkout -f

分支管理

  1. git branch (-D/d)
  2. git checkout

多人协作

  1. git fetch
  2. git merge (--no-ff)
  3. git rebase
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注