Git: how do *you* use it?/dummies tutorial

Possible Duplicate:
Git for beginners: The definitive practical guide

With git, how do people use it? I mean do you have to use the terminal all the time, or is there a slightly more user friendly way of doing it?

Or is there a tutorial for a complete newcomer to VCS and git?


Using Github to store, share, and manage small things - like, say your dotfiles - is a pretty good way to get a feel for how you might use git. They also have an extremely useful help page, which in turn links to a crash course on git.

The book Pro Git is also online for free in its entirety, and includes a getting started guide, as well as an introduction to version control.


I always use Gitgui (which comes with Git). I think the only exception is sometimes I'll create the repository on the command line.

链接地址: http://www.djcxy.com/p/45262.html

上一篇: 更新github存储库以匹配本地

下一篇: Git:你怎么使用它?/傻瓜教程