A
A
Alexander2020-10-13 13:02:48
git
Alexander, 2020-10-13 13:02:48

What does it mean to branch and send a merge-request?

  1. I made a thread. git checkout -b name1
  2. Made a commit
  3. Should I push or merge now?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2020-10-13
@ris_ok

It is necessary to push the branch to the same branch and make a merge request in the interface using the link that git will issue

M
Maxim, 2020-10-13
@Tomio

If you are working alone, you can locally merge the name1 branch into master and then push the master branch.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question