Skip to content

Commit

Permalink
Add alias for staging tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Pinstein committed Aug 20, 2014
1 parent 248ebca commit e53757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitconfig
Expand Up @@ -13,6 +13,7 @@
lg = log --graph --decorate --date=relative --abbrev-commit --pretty=format:'%Cred%h%Creset [%an]%C(yellow)%d%Creset %s %Cgreen(%ar)%Creset'
recent = reflog -20 --date=relative
pb = planbox
staging-tags = tag -l \"staging*\"
[rerere]
enabled = true
[merge]
Expand All @@ -35,4 +36,3 @@
prompt = false
[gc]
pruneExpire = "1 week ago"

0 comments on commit e53757c

Please sign in to comment.