Skip to content

Instantly share code, notes, and snippets.

@rickbenetti
Created June 5, 2013 20:39
Show Gist options
  • Save rickbenetti/5717120 to your computer and use it in GitHub Desktop.
Save rickbenetti/5717120 to your computer and use it in GitHub Desktop.
Configuração básica do .gitconfig
[user]
email = youremail@domain.com
name = Your Name or Nickname
[push]
default = matching
[alias]
ps = push
pl = pull
pom = pull origin master
poh = pull origin homologa
ci = commit
df = diff
dfs = diff --stat
br = branch
co = checkout
st = status
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
status = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment