Skip to content
getshao edited this page Dec 28, 2015 · 7 revisions

怎样使用git

为什么要用git?

最常用的命令

git status
git checkout -b 'new-branch'
git add .
git commit
git push origin master

Clone this wiki locally