I have setup where we have a remote GIT server, Here is the scenario which I want to perform,
- For each bug/feature I create a different git branch,
- I keep on commiting my code in that git branches with un-official git messages
- In top repository we have to do one commit for one bug with official git message,
so how can I merge my branch to remote branch so that they get just one commit for all my check-ins (I even want to provide commit message for this)?
