Increase number of recent branches
This commit is contained in:
parent
8ab15c26a0
commit
d4581ce37c
@ -21,7 +21,7 @@
|
||||
snapshots = !git stash list --grep snapshot
|
||||
|
||||
#via http://stackoverflow.com/questions/5188320/how-can-i-get-a-list-of-git-branches-ordered-by-most-recent-commit
|
||||
recent-branches = !git for-each-ref --count=5 --sort=-committerdate refs/heads/ --format='%(refname:short)'
|
||||
recent-branches = !git for-each-ref --count=15 --sort=-committerdate refs/heads/ --format='%(refname:short)'
|
||||
|
||||
# branch
|
||||
b = branch -v # branch (verbose)
|
||||
|
Loading…
Reference in New Issue
Block a user