Hacker News new | ask | show | jobs
by danvayn 4121 days ago
well, if you've always wanted to lose the ability to work with branches you're in luck
2 comments

You can easily bash add autocompletion to bash aliases, if you meant that.

For instance, this is my git dotfile doing that to display branches for a cherry-pick alias:

https://github.com/jakub-g/dotfiles/blob/master/git.profile#...

(_gitbranches() is defined at the beginning)

Branches are a planned feature, check the TODO.

If you would like to contribute to the addition of branches, that would be great. :)