[bash]
$ git config –global user.name "Blowfish"
$ git config –global user.name
Blowfish
$ git config –global user.email "blowfish@whoocus.com"
$ git config –global user.email
blowfish@whoocus.com
[/bash]
[bash]
$ git config –global user.name "Blowfish"
$ git config –global user.name
Blowfish
$ git config –global user.email "blowfish@whoocus.com"
$ git config –global user.email
blowfish@whoocus.com
[/bash]
No responses yet