Skip to content

Instantly share code, notes, and snippets.

@yakkle
Last active October 24, 2019 08:13
Show Gist options
  • Save yakkle/75d84d8a36459303f8c94e4580384a1c to your computer and use it in GitHub Desktop.
Save yakkle/75d84d8a36459303f8c94e4580384a1c to your computer and use it in GitHub Desktop.

Revisions

  1. yakkle revised this gist Oct 24, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,8 @@
    decorate = full
    [color]
    ui = true
    [fetch]
    prune = true
    [alias]
    lg = log --all --graph
    tree = log --decorate=full --graph --oneline --all
  2. yakkle revised this gist Nov 2, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,5 @@
    ui = true
    [alias]
    lg = log --all --graph
    tree = log --decorate=full --graph --oneline --all
    tree = log --decorate=full --graph --oneline --all
    tagprune = fetch origin --prune +refs/tags/*:refs/tags/*
  3. yakkle revised this gist Jan 8, 2017. No changes.
  4. yakkle revised this gist Jan 8, 2017. No changes.
  5. yakkle created this gist Jan 8, 2017.
    10 changes: 10 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    [user]
    name =
    email =
    [log]
    decorate = full
    [color]
    ui = true
    [alias]
    lg = log --all --graph
    tree = log --decorate=full --graph --oneline --all