Skip to content

Instantly share code, notes, and snippets.

@ribeiroevandro
Last active December 20, 2015 10:59
Show Gist options
  • Select an option

  • Save ribeiroevandro/6119404 to your computer and use it in GitHub Desktop.

Select an option

Save ribeiroevandro/6119404 to your computer and use it in GitHub Desktop.
Alias para GIT.
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = true
[color "status"]
added = yellow
changed = cyan
untracked = red
[alias]
st = status
ci = commit
br = branch
df = diff
lg = log -pgit ps
co = checkout
pom = push origin master
ps = push
pl = pull
cl = clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment