git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: "J.C. Pizarro" <jcpiza@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: How change e-mail to use google's gmail instead of machine's prompt?
Date: Sat, 23 Feb 2008 15:02:44 -0800 (PST)	[thread overview]
Message-ID: <m363wfcm3v.fsf@localhost.localdomain> (raw)
In-Reply-To: <998d0e4a0802231444t1632ed97r102cefdfe4d3990d@mail.gmail.com>

"J.C. Pizarro" <jcpiza@gmail.com> writes:

> Hello, my short prompt in the console of my machine is
> +---------------------------+
> | net1@pc0:~$               |
> +---------------------------+

> How can change it to use my own email jcpiza@gmail.com instead of my
> machine?

RTFM!!!

Edit your .gitconfig file in your home directory, adding

[user]
        name  = J.C. Pizarro
        email = jcpiza@gmail.com

or, if you prefer to use CLI utils:
$ git config --global user.email jcpiza@gmail.com

>  I loved the old Internet but i hate the new Internet services-based when
>  Internet is controlled by companies and governments for that you can't do
>  anything because it's controlled by them instead of by your.
> 
>    #;)

WTF?

-- 
Jakub Narebski
Poland
ShadeHawk on #git

  reply	other threads:[~2008-02-23 23:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-23 22:44 How change e-mail to use google's gmail instead of machine's prompt? J.C. Pizarro
2008-02-23 23:02 ` Jakub Narebski [this message]
2008-02-23 23:08   ` J.C. Pizarro

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=m363wfcm3v.fsf@localhost.localdomain \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jcpiza@gmail.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).