Git: how do *you* use it?/dummies tutorial [duplicate]
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?
开发者_如何学COr 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.
精彩评论