Skip to content

Instantly share code, notes, and snippets.

@huogerac
Created April 17, 2012 23:54
Show Gist options
  • Save huogerac/2409986 to your computer and use it in GitHub Desktop.
Save huogerac/2409986 to your computer and use it in GitHub Desktop.
configurações do git
[user]
name = Roger Camargo
email = ...
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[color "branch"]
current = green bold
local = green
remote = red bold
[color "status"]
added = green bold
changed = yellow bold
untracked = red
[alias]
st = status
ci = commit
df = diff
co = checkout
br = branch
lg = log --pretty=oneline --graph --date=short --decorate
# on bashrc
# PS1='\[\033[01;32m\]\w\[\033[01;34m\]$(__git_ps1 " (%s)")\n\[\033[00m\]\u@\h\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment