Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: A guide to using Git
Homepage: http://cs.stanford.edu/~blynn/gitmagic/
Clone URL: git://github.com/blynn/gitmagic.git
Search Repo:
Add github.com host
blynn (author)
Thu May 15 00:12:35 -0700 2008
commit  fc9fac27489bc4006b306e20e2e437cc4a37bd29
tree    e7727c67a96895eff30eaeb4d619c8190769abcc
parent  96985eaea99bcc9f08020ab27422562e6c1a39b8
...
27
28
29
30
31
32
33
34
 
 
 
 
...
27
28
29
 
 
 
30
31
32
33
34
35
0
@@ -27,8 +27,9 @@ book.pdf: book.xml
0
 clean:
0
   -rm -rf book.xml book.html book
0
 
0
-push:
0
- git-push blynn@git.or.cz:srv/git/gitmagic.git
0
-
0
 sync: target
0
   rsync -r book/* blynn@tl1.stanford.edu:www/gitmagic/
0
+
0
+public:
0
+ git push blynn@git.or.cz:srv/git/gitmagic.git
0
+ git push git@github.com:blynn/gitmagic.git
...
30
31
32
33
 
...
30
31
32
 
33
0
@@ -30,4 +30,4 @@ http://www.google.com/search?q=git+mercurial[Mercurial], and other version contr
0
  - http://repo.or.cz/[http://repo.or.cz/] hosts free projects,
0
 http://repo.or.cz/w/gitmagic.git[including this guide].
0
  - http://gitorious.org/[http://gitorious.org/] is another Git hosting site aimed at open-source projects.
0
- - http://github.com/[http://github.com/] hosts open-source projects for free, and private projects for a fee.
0
+ - http://github.com/[http://github.com/] hosts open-source projects for free, http://github.com/blynn/gitmagic/tree/master[including this guide], and private projects for a fee.

Comments

    No one has commented yet.