git clone
将远程仓库中的项目down到本地
git pull
拉取远程仓库中项目的代码
git push
将本地仓库中的代码推送到远程仓库
git fetch
将远程仓库中的所有分支信息同步到本地仓库
打赏地址:http://blog.csdn.net/assassinsshadow/article/details/76086401
git clone
将远程仓库中的项目down到本地
git pull
拉取远程仓库中项目的代码
git push
将本地仓库中的代码推送到远程仓库
git fetch
将远程仓库中的所有分支信息同步到本地仓库
打赏地址:http://blog.csdn.net/assassinsshadow/article/details/76086401