Git Command
- 撤回多个commit的一个方法: git reset --hard 7406f2586c3
-
git config --global user.name "Si Ding"
-
git history
git log - git push origin feature/testing
- git pull
-
查看所有分支 git branch -a
-
查看本地分支 git branch
-
切换分支 git checkout -b origin/feature/Fsd
-
git config --global user.name "Si Ding"
git history
git log
查看所有分支 git branch -a
查看本地分支 git branch
切换分支 git checkout -b origin/feature/Fsd