my aliases are:

alias.bsort for-each-ref --sort=committerdate --format='%(refname:short) 
%(committerdate:short) %(authorname)' refs/heads
alias.bsort2 for-each-ref --sort=authordate --format='%(refname:short) 
%(committerdate:short) %(authorname)' refs/heads
alias.bsort-rem for-each-ref --sort=authordate --format='%(refname:short) 
%(committerdate:short) %(authorname)' refs/remotes/my

so `git bsort` list my branches in commit date order, so the most recent is 
right next to the (next) command prompt.
v2 is author date order, should I have rebased my work
bsort-rem looks at the remote called "my", which is... obviously mine...

On Sunday, May 17, 2020 at 12:15:33 PM UTC+1, Ram Rachum wrote:
>
> Hi everyone!
>
> I just released a new Git command: https://github.com/cool-RR/git-recent/
>
> git-recent is a tool for quickly checking out your favorite branches.
>
> Typing `git recent` shows you the last 5 branches you were on, and lets 
> you check them out with 2 keystrokes.
>
>
> Enjoy!
> Ram.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/0a372704-1e52-47da-a09c-f1edac15d17d%40googlegroups.com.

Reply via email to