git: alias d'affichage des branches triées par date de modification

This commit is contained in:
2017-02-11 01:42:45 +01:00
parent b4b213e836
commit 458362bece

View File

@@ -8,6 +8,7 @@
status = auto
[alias]
a = add -p
br = for-each-ref --sort=committerdate refs/heads/ --format='%(committerdate:short)\t%(authorname)\t%(refname:short)'
ci = commit
co = checkout
ff = pull --ff-only