Hello,

to avoid getting extra commit notification as "Merge branch 'master' of ...", do next command before pushing commits to remote repository:

git pull --ff --rebase origin master

The notification results when someone else committed in between the moment you pulled last time the repository and the push. A rebase will make all notification clean.

Cheers,
Daniel

--
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to