Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 253 Bytes

File metadata and controls

11 lines (6 loc) · 253 Bytes

git 学习

阮一峰的 git

git pull

$ git pull <远程主机名> <远程分支名>:<本地分支名>

git push

$ git push <远程主机名> <本地分支名>:<远程分支名>