Git常用指令:
git branch:
git branchgit branch git branch -d git checkout 或 git switch git checkout -b 或 git switch -c git merge:
git merge git stash:
git stashgit stash applygit cherry-pick:
git cherry-pick git rebase:
git rebase git tag:
git tag git taggit show git log:
git loggit log git reset:
git reset git reset --soft HEAD^git remote:
git remote -vgit remote show git fetch:
git fetch git pull git log:
git loggit log git log --author=git grep:
git grep