You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with lots of branches and sorting by last commit makes everything more sane. But it appears that --sort=committerdate is not an argument that scm_breeze recognizes so doing something like
gb --sort=committerdate
uses the vanilla git command without numbered aliases. What's the best way to go about getting numbered alias support with the --sort argument? I've tried
It would need to be incorporated into the _scmb_git_branch_shortcuts function. This might be nice hidden behind an environmental flag, such that your gb shortcut either uses it or it doesn't based on the env variable setting.
I have an issue with lots of branches and sorting by last commit makes everything more sane. But it appears that
--sort=committerdate
is not an argument that scm_breeze recognizes so doing something likeuses the vanilla
git
command without numbered aliases. What's the best way to go about getting numbered alias support with the--sort
argument? I've triedAnd thank you for this great tool!
The text was updated successfully, but these errors were encountered: