GitHub workflow with fugitive #1800
Answered
by
tpope
GordianDziwis
asked this question in
Q&A
-
Is it possible to do something like this bash command: git push --set-upstream origin $(git branch --show-current) with vim fugitive? I tried:
But his throws an error
This did not work, because ssh auth does not work in nvim terminal. Can somebody help me? |
Beta Was this translation helpful? Give feedback.
Answered by
tpope
Jul 28, 2021
Replies: 1 comment 1 reply
-
You can stitch this together with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GordianDziwis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can stitch this together with
:execute
but it is fraught with traps and edge cases. I recommend creating a!
style Git alias instead.