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
There currently isn't any way to create an alias that calls a gitsh internal command (i.e. any command with a : prefix). This would probably be useful to add.
In this specific case, it might be useful to know that you can exit by sending an EOF character with ctrl+d. Shorter than :exit, and the same length as ereturn!
There doesn't seem to be a way to alias
:exit
within gitsh.Neither of these lines work when added to my gitconfig:
I would like to be able to type
e
to:exit
gitsh. Is this by design or is there a way to alias the command?The text was updated successfully, but these errors were encountered: