软件:git

这是本文档旧的修订版!


仓库

git clone [url]

配置

git config [–global] user.name “[name]”

git config [–global] user.email “[email address]”

提交

git add [dir]

git commit -m [message]

git push [remote] [branch]

同步

git remote show [remote]

git pull [remote] [branch]

  • 软件/git.1757002457.txt.gz
  • 最后更改: 2025/09/05 00:14
  • admin