Skip to content

Instantly share code, notes, and snippets.

@wesleyvicthor
Forked from lfguerreiro/Config .git
Created July 6, 2012 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesleyvicthor/3061532 to your computer and use it in GitHub Desktop.
Save wesleyvicthor/3061532 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = NOME
email = EMAIL
[color]
diff = auto
grep = auto
interactive = auto
status = auto
branch = auto
status = auto
[core]
editor = mate -w
[alias]
st = status
ci = commit
br = branch
df = diff
lg = log -pgit ps
co = checkout
pom = push origin master
ps = push
pl = pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment