Git: commiting only some changes to master -


i'm working on development branch differs quite extensively master branch. have number of changes want commit master, can't merge branches.

how should this?

you want git cherry-pick.

it allows pull selected commits 1 branch another.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -