From c3345a11c8886138b358ffd1f3bbb1ef2e09c584 Mon Sep 17 00:00:00 2001 From: vielmetti Date: Tue, 14 Oct 2014 13:29:07 -0700 Subject: [PATCH] there should be a better buddy system for this --- git.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 git.md diff --git a/git.md b/git.md new file mode 100644 index 0000000..5d492da --- /dev/null +++ b/git.md @@ -0,0 +1,5 @@ +`git` is a version control system. It's pretty confusing at first, but once you sort out what it can do and can't do, it starts to get better. + +This tutorial is pretty good: http://git-scm.com/docs/gittutorial + +The best way to learn `git` is to find someone who knows `git` really well and sort out issues with them. Ask on [[IRC]] if you get stuck. (There should be a better buddy system for this, but until there is, we do what we can.) \ No newline at end of file