基本概念
常用命令
git init
|
|
git config
|
|
git clone
|
|
git status
|
|
git add
|
|
git commit
|
|
git rm
|
|
git log
|
|
git show
|
|
git tag
|
|
git diff
|
|
git remote
|
|
git branch
|
|
git checkout
|
|
git merge
|
|
git push
|
|
git fetch
|
|
git pull
|
|
git mv
|
|
git reset
|
|
git stash
|
|