From: W. Trevor King Date: Mon, 24 Jun 2013 14:16:19 +0000 (-0400) Subject: version-control/git/README.md: Add paragraph pitching Git X-Git-Url: http://git.tremily.us/?p=swc-version-control-git.git;a=commitdiff_plain;h=d2ba38f7507908ad3c16cb3c7af95687aa82e117 version-control/git/README.md: Add paragraph pitching Git Why should you use this tool? --- diff --git a/version-control/git/README.md b/version-control/git/README.md new file mode 100644 index 0000000..9651845 --- /dev/null +++ b/version-control/git/README.md @@ -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