Config. global
XCode y Git - Jose A Lobato y Victor Jalencas
git config --global user.name "Mr Man"
git config --global user.email "
[email protected]"
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
git config --global color.interactive auto
! cat ~/.gitconfig
[user]
! name = Jose Lobato
! email =
[email protected]
[color]
! status = auto
! branch = auto
! diff = auto
! interactive = auto
[alias]
! co = checkout
! st = status
dimecres 14 de març de 12