diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 16:40:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 16:40:25 +0000 |
commit | 4a55e6aa38bb8a420cff0a08241fbedbb411a76c (patch) | |
tree | b92f74a8c05e500ba4453164ff872a697622b802 | |
parent | 50e2cbcd9cf6c8a510fb6ed83824f5da7add0d60 (diff) |
web commit by http://natalian.org/
-rw-r--r-- | doc/rcs/gitmanual.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rcs/gitmanual.mdwn b/doc/rcs/gitmanual.mdwn index 23e447005..b40ac0034 100644 --- a/doc/rcs/gitmanual.mdwn +++ b/doc/rcs/gitmanual.mdwn @@ -17,6 +17,8 @@ I wonder why a "pull" doesn't just init a repo like a "svn co" does? monty:~/git-testing% git-init Initialized empty Git repository in .git/ +You might want to set some config variables like your email as this [tutorial](http://www.kernel.org/pub/software/scm/git/docs/tutorial.html) describes. + monty:~/git-testing% git-pull ssh://si.dabase.com/home/hendry/wikiwc/.git/ warning: no common commits remote: Generating pack... |