Tuesday, May 12, 2015

Meu .gitconfig

.gitconfig

[user]
        name = Thiago Masaki
        email = meu@email.com.br
[color]
  diff = auto
  status = auto
  branch = auto
  interactive = auto
  ui = true
  pager = true
[color "status"]
  added = green
  changed = red bold
  untracked = magenta bold
[color "branch"]
  remote = yellow
#[core]
#  autocrlf = false
#  eol = lf
[diff]
        tool = meld
[difftool]
        prompt = false
[alias]
        d = difftool
        dm = difftool -y -t meld
        dv = difftool -y -t vimdiff
 lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
    lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all

No comments:

Blog Archive