[packagekit] Wrong commit :(
Tim Lauridsen
tim.lauridsen at googlemail.com
Thu Nov 22 00:14:30 PST 2007
S.Çağlar Onur wrote:
>
> i realized i forgot to export GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL in .bashrc,
> i'm still a newbie with git so can anybody tell me if there is a way to
> correct this one?
>
You can use these command to set you global git username & email address.
$ git config --global user.name "FirstName LastName"
$ git config --global user.email "user at example.com"
Tim
More information about the PackageKit
mailing list