git

 

廖雪峰的官方网站

http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

 

git - 简明指南

http://rogerdudler.github.io/git-guide/index.zh.html

 

Git-Tutorial

http://lvwzhen.gitbooks.io/git-tutorial/

 

Coding 代码管理快速入门

https://coding.net/u/coding/p/Coding-Feedback/git/blob/master/git-starter-tutorial.md

 

是什么是子模块

https://coding.net/u/coding/p/Coding-Feedback/git/blob/master/git-submodule-tutorial.md

 

 git server for windows

http://bonobogitserver.com/install/

 

git init

git add.

git commit -m "First Commit"

git status

 

git remote add origin remote url

git remove -v

git push origin master

 

posted @ 2015-01-06 08:55  zyip  阅读(206)  评论(0编辑  收藏  举报