Skip to content

Instantly share code, notes, and snippets.

@Saanch
Created November 21, 2014 14:45
Show Gist options
  • Save Saanch/9f62591d456f469a0d29 to your computer and use it in GitHub Desktop.
Save Saanch/9f62591d456f469a0d29 to your computer and use it in GitHub Desktop.

Revisions

  1. Saanch created this gist Nov 21, 2014.
    15 changes: 15 additions & 0 deletions .gitcongig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    [color]
    branch = auto
    interactive = auto
    diff = auto
    status = auto
    [user]
    name = ####
    email = ######
    [remote "origin"]
    receivepack = git receive-pack
    [alias]
    lga = log --graph --oneline --all --decorate
    hist = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
    lo = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
    ln = log --name-status