changqingom / git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git

这里写图片描述

git init

git clone

git add 

git commit -m

git branch

git checkout 

git merge

git branch -d

git branch -D

git push origin master

git pull origin master

About