Last active
October 24, 2019 08:13
-
-
Save yakkle/75d84d8a36459303f8c94e4580384a1c to your computer and use it in GitHub Desktop.
Revisions
-
yakkle revised this gist
Oct 24, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
yakkle revised this gist
Nov 2, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 tagprune = fetch origin --prune +refs/tags/*:refs/tags/* -
yakkle revised this gist
Jan 8, 2017 . No changes.There are no files selected for viewing
-
yakkle revised this gist
Jan 8, 2017 . No changes.There are no files selected for viewing
-
yakkle created this gist
Jan 8, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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