* How change e-mail to use google's gmail instead of machine's prompt?
@ 2008-02-23 22:44 J.C. Pizarro
2008-02-23 23:02 ` Jakub Narebski
0 siblings, 1 reply; 3+ messages in thread
From: J.C. Pizarro @ 2008-02-23 22:44 UTC (permalink / raw)
To: git
Hello, my short prompt in the console of my machine is
+---------------------------+
| net1@pc0:~$ |
+---------------------------+
I did
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
but net1@pc0 of my machine is logged in the files .git/logs/HEAD,
.git/logs/refs/heads/master and .git/logs/refs/heads/remotes/origin/**some**
How can change it to use my own email jcpiza@gmail.com instead of my machine?
My machine has not static public IP (IPv4), it uses DHCP's dynamic IP and
unfortunately i can't receive directly e-mails through the mbox of my machine.
So, i have to use google's gmail instead of the mail of mbox of my machine.
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.
#;)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How change e-mail to use google's gmail instead of machine's prompt?
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
2008-02-23 23:08 ` J.C. Pizarro
0 siblings, 1 reply; 3+ messages in thread
From: Jakub Narebski @ 2008-02-23 23:02 UTC (permalink / raw)
To: J.C. Pizarro; +Cc: git
"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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How change e-mail to use google's gmail instead of machine's prompt?
2008-02-23 23:02 ` Jakub Narebski
@ 2008-02-23 23:08 ` J.C. Pizarro
0 siblings, 0 replies; 3+ messages in thread
From: J.C. Pizarro @ 2008-02-23 23:08 UTC (permalink / raw)
To: Jakub Narebski, git
2008/2/24, Jakub Narebski <jnareb@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
>
Very thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-23 23:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2008-02-23 23:08 ` J.C. Pizarro
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).