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
Post a Comment