R
R
run1822019-04-12 19:36:51
git
run182, 2019-04-12 19:36:51

How to push a separate commit?

A chain of commits gathered on the test branch, it became necessary to push to the server of the last commit, ignoring the rest. How can this be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tsarevfs, 2019-04-12
@run182

With git cherry-pick, you can pick up changes for a specific commit from another branch to the current one.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question