jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.27k stars 605 forks source link

Feature request: Shortcur for push to git[lab|hub] #1340

Closed Django-BOfH closed 3 weeks ago

Django-BOfH commented 1 month ago

I use tig very often and with pleasure, as it helps immensely in my daily work. The only thing I miss is a shortcut for a push after I have entered my commit message.

koutcher commented 1 month ago

You can add your own key bindings in your .tigrc, e.g. bind generic P +git push.

Django-BOfH commented 3 weeks ago

I'm using bind generic P !git push and it works as expected. Thanx 4 helpl!