We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git clone
git remote add XXX https://github.com/XXX/XXX.git
git remote -v
git pull XXX
git log
git add XXX
git commit
git push XXX master
git branch XXX
git checkout XXX
git reset HEAD --hard
git reset -- <filename>
git commit --amend
更多内容后续补充