S
S
sendruck2016-12-06 22:07:01
git
sendruck, 2016-12-06 22:07:01

How can I take the architecture from the dev and then push everything to another branch with my changes?

I clone the repo with GitLab, then when I change the branches, they change and all the files are local.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Askhat Bikmetov, 2016-12-06
@askhat

You can't push to a branch, you can:

  1. Make merge - a separate commit (or without, if fast forward is possible) add commits from branch to branch
  2. Rebase - create duplicate commits
  3. Pick commits with cherry-pick - copy individual commits

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question