Browse Source

Add lasttag alias to git

Emmanuel Bouthenot 7 years ago
parent
commit
5bfcd42ac7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

@@ -19,10 +19,10 @@
     ign = ls-files -o -i --exclude-standard
     unstage = reset HEAD
     subdate = submodule update --init --recursive
+    lasttag = describe --tags --abbrev=0
 
 [color]
     ui = auto
-    pager = false
 
 [color "diff"]
     meta = green