[Pkg-ocaml-maint-commits] r5453 - /trunk/projects/git-guide/notes.mdwn

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed Apr 9 08:10:31 UTC 2008


Author: zack
Date: Wed Apr  9 08:10:30 2008
New Revision: 5453

URL: http://svn.debian.org/wsvn/?sc=1&rev=5453
Log:
better prose

Modified:
    trunk/projects/git-guide/notes.mdwn

Modified: trunk/projects/git-guide/notes.mdwn
URL: http://svn.debian.org/wsvn/trunk/projects/git-guide/notes.mdwn?rev=5453&op=diff
==============================================================================
--- trunk/projects/git-guide/notes.mdwn (original)
+++ trunk/projects/git-guide/notes.mdwn Wed Apr  9 08:10:30 2008
@@ -5,12 +5,11 @@
 Per-user configuration
 ----------------------
 
-Each committer should define a couple of shell variables to identify herself
-with git. The given information will be used to set the author/comitter
-information by git:
+Each committer should identify himself with git. The given information will be
+used to set the author/comitter information by git:
 
-    $ git config user.email zack at upsilon.cc
-    $ git config user.name "Stefano Zacchiroli"
+    $ git config --global user.email zack at upsilon.cc
+    $ git config --global user.name "Stefano Zacchiroli"
     # user.name is optional, by default git will get it from /etc/passwd
 
 This way the "Author" line in your commits will be something like:




More information about the Pkg-ocaml-maint-commits mailing list