Skip to content

Instantly share code, notes, and snippets.

@jdeniau
Forked from anonymous/.gitconfig
Last active December 9, 2015 22:18

Revisions

  1. jdeniau revised this gist Jan 25, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@
    [color]
    ui = auto
    [help]
    autocorrect = true
    autocorrect = 1

    [color "branch"]
    current = yellow reverse
  2. jdeniau revised this gist Jan 8, 2013. 1 changed file with 16 additions and 0 deletions.
    16 changes: 16 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -9,3 +9,19 @@
    ui = auto
    [help]
    autocorrect = true

    [color "branch"]
    current = yellow reverse
    local = yellow
    remote = green

    [color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red
    new = cyan

    [color "status"]
    added = yellow
    changed = green
    untracked = cyan
  3. jdeniau revised this gist Dec 20, 2012. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    [user]
    name = Julien Deniau
    email = [email protected]
    name = Julien Deniau
    email = [email protected]
    [alias]
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)— %an%C(reset)' --abbrev-commit
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)— %an%C(reset)' --abbrev-commit

    [color]
    ui = auto
    ui = auto
    [help]
    autocorrect = true
    autocorrect = true
  4. jdeniau revised this gist Dec 20, 2012. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    [user]
    name = Julien Deniau
    email = [email protected]
    name = Julien Deniau
    email = [email protected]
    [alias]
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)%G—%@ %an%C(reset)' --abbrev-commit
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white) %an%C(reset)' --abbrev-commit

    [color]
    ui = auto
  5. jdeniau revised this gist Dec 20, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    [user]
    name = Julien Deniau
    email = [email protected]
    email = [email protected]
    [alias]
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)%G—%@ %an%C(reset)' --abbrev-commit
  6. jdeniau revised this gist Dec 20, 2012. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,11 @@
    [user]
    name = Julien Deniau
    email = [email protected]
    [alias]
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)%G—%@ %an%C(reset)' --abbrev-commit

    [color]
    ui = auto
    ui = auto
    [help]
    autocorrect = true
  7. @invalid-email-address Anonymous created this gist Dec 19, 2012.
    6 changes: 6 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    [alias]
    st = status
    lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)%G—%@ %an%C(reset)' --abbrev-commit

    [color]
    ui = auto