diff --git a/Git/Repository.md b/Git/Repository.md index cc158ff..4e9d385 100644 --- a/Git/Repository.md +++ b/Git/Repository.md @@ -27,4 +27,9 @@ git commit -m "提交提示" ### 上传项目 ```shell git push +``` + +## 拉取项目 +```shell +git clone ``` \ No newline at end of file