git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Nieder <jrnieder@gmail.com>
To: Rainer Lauer <lauerr@gmx.net>
Cc: git@vger.kernel.org, msysgit@googlegroups.com,
	"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: Files used by git config (Re: Challenge with Git-Bash)
Date: Sun, 18 Jul 2010 13:16:19 -0500	[thread overview]
Message-ID: <20100718181619.GA14367@burratino> (raw)
In-Reply-To: <008a01cb26a4$4313e360$c93baa20$@gmx.net>

Hi again,

Rainer Lauer wrote:

> Where is following information stored?
> Command:  git config --global user.name="Rainer Lauer".

I recommend looking that the user manual[1] to start out.  It
has a few relevant hints.

From the preface:

	Comprehensive reference documentation is available
	through the man pages, or git-help(1) command. For
	example, for the command "git clone <repo>", you can
	either use:

	$ man git-clone

	or:

	$ git help clone

From the start to “chapter 3: developing with git”:

	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:

	[user]
		name = Your Name Comes Here
		email = you@yourdomain.example.com

	(See the "CONFIGURATION FILE" section of git-config(1)
	for details on the configuration file.)

Regards,
Jonathan

[1] http://kernel.org/pub/software/scm/git/docs/user-manual.html

  parent reply	other threads:[~2010-07-18 18:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-17 16:20 Challenge with Git-Bash Rainer Lauer
2010-07-17 16:36 ` Ævar Arnfjörð Bjarmason
     [not found]   ` <007d01cb2687$62100a90$26301fb0$@gmx.net>
2010-07-18 14:55     ` Ævar Arnfjörð Bjarmason
2010-07-18 17:02       ` AW: " Rainer Lauer
2010-07-17 17:13 ` Jonathan Nieder
2010-07-18 18:08   ` AW: " Rainer Lauer
2010-07-18 18:11     ` Ævar Arnfjörð Bjarmason
2010-07-18 18:16     ` Jonathan Nieder [this message]
2010-07-19 18:09     ` AW: " Eric Raible

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=20100718181619.GA14367@burratino \
    --to=jrnieder@gmail.com \
    --cc=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=lauerr@gmx.net \
    --cc=msysgit@googlegroups.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).