Skip to content

Instantly share code, notes, and snippets.

@rhcarlosweb
Last active October 5, 2017 15:25
Show Gist options
  • Save rhcarlosweb/59c46d12203799df4525af68e672e54b to your computer and use it in GitHub Desktop.
Save rhcarlosweb/59c46d12203799df4525af68e672e54b to your computer and use it in GitHub Desktop.
Global Configs e Variável para cores terminal
[alias]
co = checkout
br = branch
ci = commit
st = status
hide = update-index --assume-unchanged
unhide = update-index --no-assume-unchanged
unstage = reset HEAD --
last = log -1 HEAD
ps = push
ad = "git add . "
ca = !sh -c 'git add -A && git commit -m \"$1\"' -
@rhcarlosweb
Copy link
Author

Registrar variável de sistema
FORCE_COLOR = 1

Colors terminal windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment