天天看点

Git

注册,下载git 软件。

然后,浏览你的主页面。看看上面的按钮都是做什么的

然后在你的 主页面上创建个 仓库 (create repository).

创建好后,新窗口里会有一个 Clone 地址 xxxx, 在本地找一个文件夹,在里面用命令行输入

’git clone xxxx‘, 你的仓库就能在本地同步了。

你也可以git 别人的仓库(开源的)

首先你要学会git, 提供一些相关的资讯,望有帮助:

progit这本书是必看的

至少阅读:第一,第二,第三,第五,共4章,即可入门。

在熟悉命令行后,也许你会需要UI,那可以选择:

<a href="http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git" target="_blank">Downloads - msysgit - Git for Windows</a>

<a href="http://code.google.com/p/tortoisegit/" target="_blank">http://code.google.com/p/tortoisegit/</a>

<a href="http://www.sourcetreeapp.com/" target="_blank">http://www.sourcetreeapp.com/</a>

然后建议再看看 git-flow --&gt; 一个成功的Git分支模型

<a href="http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html" target="_blank">git-flow 备忘清单</a>

Git

http://www.zhihu.com/question/20070065

相关教程:

图解:http://my.oschina.net/xdev/blog/1143833

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

游戏学习:http://pcottle.github.io/learnGitBranching/

GITHUB使用:http://www.yanyulin.info/pages/2013/11/githubM.html

http://git.oschina.net/progit/