Skip to content

Commit 7d1d340

Browse files
author
Kevin McCulloch
committed
adding last-tag command to gitconfig
1 parent ffbe4a6 commit 7d1d340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitconfig

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'
55
add = add -A
66
commend = commit --amend --no-edit
7+
last-tag = describe --abbrev=0

0 commit comments

Comments
 (0)