git svn - Git. svn dcommit analog for git repos -



git svn - Git. svn dcommit analog for git repos -

i want utilize next typical workflow:

create new branch feature, , checkout it do commits in feature branch checkout master merge feature branch. push changes

it typical utilize case. however, there 1 thing anoying me - dont want show branch commits public. want force merge commit, without feature developing history.

one can propose utilize git rebase commits squashing. in fact, such squashing workaround, not real solution. want have commits localy, merge graph, history purposes.

i want simmilar git svn dcommit - merge commit pushed onto remote, see localy whole history of development, feature commits, two-parents merge node , appropriate merge graph.

you try

git merge --squash <feature branch>

that want exception of branch's not beingness considered merged.

git git-svn

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -