Appearance
修改命令 git remote origin set-url [url]
先删后加 git remote rm origin git remote add origin [url]
git remote -v
git status
git stash
git stash pop
git branch
git branch --all
git fetch --all
git reset --hard
git reset --hard origin/main
git diff
git add
git commit
git merge