Вопрос

I have branch one (not merged yet with master) I want to have branch two which has everything like in one.

Will be git checkout -b two enough?

Это было полезно?

Решение

Yes, when you are on branch one, just execute that command, and branch two will be created based at the last commit on branch one.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top