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?

3
  • 2
    You might want to see this post from the FAQ tab: stackoverflow.com/questions/315911/… Commented Feb 14, 2011 at 18:18
  • Seconding the link posted by Mike as a good source of general "getting started" info. Commented Feb 14, 2011 at 18:21
  • Hackr has a pretty good "collection" of GIT tutorials, which I personally found useful while I was learning GIT - hackr.io/tutorials/git Commented Feb 20, 2015 at 17:28

2 Answers 2

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.

Sign up to request clarification or add additional context in comments.

Comments

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.