Skip to content

Commit

Permalink
tagrelease alias
Browse files Browse the repository at this point in the history
  • Loading branch information
antipasta committed Apr 24, 2020
1 parent d77a197 commit 34092c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
uncommit = reset --soft HEAD^
onstage = diff --staged
currentbranch = rev-parse --abbrev-ref HEAD
tagrelease = !git tag -a v$(date -u +%y.%m.%d.%H%M%S) -m 'release tag'
[rerere]
enabled = true
[url "ssh://[email protected]/"]
Expand Down

0 comments on commit 34092c3

Please sign in to comment.