version-control/git/README.md: Add paragraph pitching Git
authorW. Trevor King <wking@tremily.us>
Mon, 24 Jun 2013 14:16:19 +0000 (10:16 -0400)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 03:14:11 +0000 (20:14 -0700)
Why should you use this tool?

version-control/git/README.md [new file with mode: 0644]

diff --git a/version-control/git/README.md b/version-control/git/README.md
new file mode 100644 (file)
index 0000000..9651845
--- /dev/null
@@ -0,0 +1,15 @@
+[Git][] is a popular distributed version control system.  It is used
+by projects ranging from the [huge][linux] to the [tiny][gist],
+including your very own [Software Carpentry][swc].
+
+On the technical side, it offers [staging areas][staging],
+[revisionist history][rewrite], and a simple [object
+model][internals].
+
+[Git]: http://git-scm.com/
+[linux]: https://www.kernel.org/
+[gist]: https://gist.github.com/
+[swc]: http://software-carpentry.org/about/contributing.html#create
+[staging]: http://git-scm.com/about/staging-area
+[rewrite]: https://www.kernel.org/pub/software/scm/git/docs/user-manual.html#cleaning-up-history
+[internals]: http://git-scm.com/book/en/Git-Internals