Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's suppose I have a stack of commits, and I'd like to push them to a (self-hosted) gitlab, what should
-F branch
actually do? It doesn't seem to want to push anything because the upstream branch doesn't exist yet (e.g. I branched off to make a stack, incorrect?)"Ideally" (I don't like gitlab, but this'll help) it could push them as separate ephemeral branches of some kind that I can twine together with MRs. Is such a thing possible?
Beta Was this translation helpful? Give feedback.
All reactions