(Several of these git examples have been extracted from the book 'Pragmatic guide to GIT' of Travis Swicegood ) Git tips Global git user git config --global user.name "Fernando Guillen" git config --global user.email "fguillen.mail+spam@gmail.com" Repository git user cd /develop/myrepo