git help  命令字
git log -n 2 --pretty=oneline --abbrev-commit
git cherry-pick  版本号
git add .
git commit  -m  ""
git push
git push origin --delete
git clean -df  ( Remove untracked files from the working tree)
git pull

子模块
git submodule update --remote
git submodule update --init

posted on 2020-06-19 10:21  妞溜溜  阅读(100)  评论(0编辑  收藏  举报