[sr-dev] Avoiding notification: Merge branch 'master' of ...
Daniel-Constantin Mierla
miconda at gmail.com
Wed Jan 9 10:27:05 CET 2013
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
More information about the sr-dev
mailing list