2

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?

Community
  • 1
  • 1
Jonathan.
  • 53,997
  • 54
  • 186
  • 290
  • 2
    You might want to see this post from the FAQ tab: http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide – Mike Seplowitz Feb 14 '11 at 18:18
  • Seconding the link posted by Mike as a good source of general "getting started" info. – Andrzej Doyle Feb 14 '11 at 18:21
  • Hackr has a pretty good "collection" of GIT tutorials, which I personally found useful while I was learning GIT - http://hackr.io/tutorials/git – Gaurav Gupta Feb 20 '15 at 17:28

2 Answers2

2

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.

michaelmichael
  • 13,755
  • 7
  • 54
  • 60
1

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

T.E.D.
  • 44,016
  • 10
  • 73
  • 134