From 64038928e67454039b72ccaf0294b7eb2732b89d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 5 Oct 2010 17:12:18 -0400 Subject: [PATCH] Added Git post. --- posts/Git.mdwn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 posts/Git.mdwn diff --git a/posts/Git.mdwn b/posts/Git.mdwn new file mode 100644 index 0000000..c395093 --- /dev/null +++ b/posts/Git.mdwn @@ -0,0 +1,26 @@ +[Git][] is a [distributed][DVCS] [verision control system][VCS]. +Highly recommended. There is an excellent [tutorial][], or you can +take a look at my [[notes]] (best viewed in [[Emacs]] org-mode). See +[[git-publish]] for a useful Git public-repository setup script. + +I've published Git repositories for most of my more involved [projects][]. + +You can download a repo with + + git clone http://www.physics.drexel.edu/~wking/code/git/ + +For example + + git clone http://www.physics.drexel.edu/~wking/code/git/sawsim.git sawsim + +Of course, traditional tarballs, zips, etc. are also available through +the web interface. + +[Git]: http://git.or.cz/ +[DVCS]: http://en.wikipedia.org/wiki/Distributed_Version_Control_System +[VCS]: http://en.wikipedia.org/wiki/Revision_control +[tutorial]: http://book.git-scm.com/ +[projects]: http://www.physics.drexel.edu/~wking/code/git/git.php + +[[!tag tags/linux]] +[[!tag tags/code]] -- 2.26.2