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
As the title says, when I run a command using %(branch) on a branch in branch view when it's checked out it's replaced with nothing.
Example:
bind branch > !?git push origin %(branch)
If I run the command using > on a checked out branch I just get: git push origin, if I do it on a branch that isn't checked out it replaces %(branch) with the correct value.
The text was updated successfully, but these errors were encountered:
As the title says, when I run a command using
%(branch)
on a branch in branch view when it's checked out it's replaced with nothing.Example:
bind branch > !?git push origin %(branch)
If I run the command using
>
on a checked out branch I just get:git push origin
, if I do it on a branch that isn't checked out it replaces%(branch)
with the correct value.The text was updated successfully, but these errors were encountered: