Push local branch to remote? #698
-
I am trying to avoid overcomplicating the process. We'd like to enable the branch protection rule in our repo. I made a local branch but faced difficulties pushing it to the remote. Is there a way to do it with the help of the plug-in? I haven't been able to figure it out. Suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
Vinzent03
Feb 27, 2024
Replies: 1 comment 1 reply
-
What exactly did you try? What issues did you encounter? You should be able to create the local branch and just call the push command. It should ask you for a remote and remote branch, where you can name the remote branch name. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Vinzent03
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What exactly did you try? What issues did you encounter? You should be able to create the local branch and just call the push command. It should ask you for a remote and remote branch, where you can name the remote branch name.