[Qt-creator] setting git information once and for all
Jakub Stasiak
kuba.stasiak at gmail.com
Tue Nov 10 21:06:14 CET 2009
2009/11/10 Lorenzo Bettini <bettini at dsi.unifi.it>:
> Hi
>
> I've just started using git from qt-creator; however, each time I do a
> commit I have to fill the name and the email; isn't it possible to set
> it in some configuration?
Are search engines closed suddenly? :>
man git-config or
http://www.kernel.org/pub/software/scm/git/docs/git-config.html
Pay special attention to user.name and user.email variables. For
instance execute:
git config --global user.name "abc"
git.config --global user.email "sth at smwh.net"
Jakub Stasiak
More information about the Qt-creator-old
mailing list