Untitled

 avatar
unknown
plain_text
2 years ago
1.0 kB
5
Indexable
[user]
        email = jfranco@datakitchen.io
        name = Joao Franco
[diff]
        tool = bc3
[merge]
        tool = bc3
[mergetool "bc3"]
        trustExitCode = true
[difftool]
        prompt = false
[alias]
  b      = !"git branch -avv"
  d      = !"git diff -M --color"
  dh     = !"git d HEAD"
  ds     = !"git d --staged"
  f      = !"git fetch --all --tags --prune"
  ff     = !"git pull --ff-only"
  l      = !"git lg"
  lg     = !"git lg1"
  lg1    = !"git log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(red)%s%C(reset) %C(white)- %an%C(reset)%C(bold red)%d%C(reset)' --all"
  lg2    = !"git 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(white)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"
  s      = !"git status ."
[core]
 pager = less -F -X
[branch]
 autosetuprebase = always




Editor is loading...