From: Markus Heidelberg <markus.heidelberg@web.de>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 1/2] user-manual: Simplify the user configuration.
Date: Wed, 21 Jan 2009 19:55:47 +0100 [thread overview]
Message-ID: <200901211955.47362.markus.heidelberg@web.de> (raw)
In-Reply-To: <1232561365-5919-1-git-send-email-felipe.contreras@gmail.com>
Felipe Contreras, 21.01.2009:
> +++ b/Documentation/user-manual.txt
> @@ -981,13 +981,11 @@ Telling git your name
> ---------------------
>
> Before creating any commits, you should introduce yourself to git. The
> -easiest way to do so is to make sure the following lines appear in a
> -file named .gitconfig in your home directory:
> +easiest way is to use the linkgit:git-config[1] command:
>
> ------------------------------------------------
> -[user]
> - name = Your Name Comes Here
> - email = you@yourdomain.example.com
> +$ git config user.name "Your Name Comes Here"
> +$ git config user.email you@yourdomain.example.com
--global
Markus
next prev parent reply other threads:[~2009-01-21 18:57 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 18:09 [PATCH 1/2] user-manual: Simplify the user configuration Felipe Contreras
2009-01-21 18:09 ` [PATCH 2/2] Fix typo Felipe Contreras
2009-01-21 18:55 ` Markus Heidelberg [this message]
2009-01-21 19:04 ` [PATCH] user-manual: Simplify the user configuration Felipe Contreras
2009-01-21 19:18 ` Jeff King
2009-01-21 19:39 ` Felipe Contreras
2009-01-21 19:51 ` Jeff King
2009-01-21 20:54 ` [PATCH 1/2] " Junio C Hamano
2009-01-21 21:13 ` Wincent Colaiuta
2009-01-21 21:19 ` Felipe Contreras
2009-01-22 16:17 ` Hannu Koivisto
2009-01-22 16:57 ` Felipe Contreras
2009-01-22 17:14 ` Junio C Hamano
2009-01-22 17:28 ` Johannes Schindelin
2009-01-22 18:59 ` Hannu Koivisto
2009-01-24 8:21 ` Felipe Contreras
2009-01-24 13:42 ` Johannes Schindelin
2009-01-24 14:04 ` Felipe Contreras
2009-01-25 20:34 ` Junio C Hamano
2009-01-25 21:12 ` Felipe Contreras
2009-01-25 21:44 ` Jeff King
2009-01-25 22:55 ` Wincent Colaiuta
2009-01-25 23:20 ` Jeff King
2009-01-25 7:32 ` Kyle Moffett
2009-01-25 12:06 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200901211955.47362.markus.heidelberg@web.de \
--to=markus.heidelberg@web.de \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.