Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 257 Bytes

git 链接.md

File metadata and controls

11 lines (10 loc) · 257 Bytes

git 与rstudio 链接

git remote add origin https://github.com/lihm1/project-code.git
git config remote.origin.url [email protected]:lihm1/project-code.git
git pull origin master
git add wenjian
git status 
git commit ""
git push -u origin master