On Mon, 2011-07-18 at 20:58 +1200, Chris Packham wrote: > Hi, > > On 18/07/11 19:47, J. Bakshi wrote: > > Hello list, > > > > I have found that during push, all local commit goes into the git > > server. > > Yes that's the normal behaviour. When you think about what push is doing > it's trying to make the remote branch the same as your local branch. > > > Where I like to only push the very last modification with > > a meaningful comment which will be available at the git server. How > > can I then push only the last modified one ? > > This is easily doable. What you need to do is prepare a branch that you > do want to push. Something like this, assuming that your current branch > is 'master' and you want to push to origin/master: <snip> Another way to do what Chris describes is to use Interactive Rebase (git rebase -i) to squash commits together. Please read the manual page for that carefully before using it on a production repository. -- -Drew Northup ________________________________________________ "As opposed to vegetable or mineral error?" -John Pescatore, SANS NewsBites Vol. 12 Num. 59 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html