软件: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.txt
  • 最后更改: 2025/09/05 00:14
  • admin