From d4581ce37c5c5e24d39f7d2a3245209522e12cec Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Thu, 18 Sep 2014 13:05:10 -0500 Subject: [PATCH] Increase number of recent branches --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 9931269..8e70dc4 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -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)