lmgsanm

每天学习一点,每天进步一点点…… Tomorrow is another beatifull day

导航

GIT基本使用

 

  1. 本地创建工程:git init
  2. 添加文件到git工程:git add XXXX
  3. 注释添加的文件:git commit XXXX
  4. 创建分支:git branch limugen
  5. 注释分支:git commit -m "limugen"
  6. 切换分支:git checkout limugen
  7. 将分支添加到远程分支:git remote add limugen  git@10.205.42.15:OPS/test.git
  8. 上传分支:git push origin limugen
  9. 上传文件:git push
  10. 下载分支:git clone  git@10.205.42.15:OPS/test.git
  11. 克隆分支:git clone git@10.205.42.15:OPS/test.git -b "limugen"

posted on 2018-01-25 21:48  lmgsanm  阅读(117)  评论(0编辑  收藏  举报