##create first git project
-
git init
cd your local directory and execute git init,for example:git init -
git clone
get git project by remote,you can get what you like,for this:git clone [url]
##base command
###git status
list the information of the project
git status -s
###git add / git commit
git add
git commit -m 'description content'
###git branch
list branchs for current project
git branch