git

git init
git status
git commit -m'info'
git commit --amend
git push
git pull
git merge
git reset --soft commitid
git reflag
git rebase
git pull --rebase origin branch
git branch -ra
git checkout branch
git rebase --continue

posted @ 2022-09-19 14:05  Running00  阅读(12)  评论(0编辑  收藏  举报