[sr-dev] git:master: Merge branch 'master' of ssh://git.sip-router.org/sip-router

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 12 15:55:17 CET 2012


to avoid this merge branch 'master' notification (like in the subject), 
before pushing to remote repository, the developer has to synch with 
remote repo and rebase the local copy, command:

git pull --ff --rebase origin

The notification is done when the local commit is older than the last 
commit from the remote repository, or the remote has newer commits since 
local copy was pulled.

It is safe to run the command always before pushing, no matter the sync 
state between local and remote.

Cheers,
Daniel

-- 
Daniel-Constantin Mierla
Kamailio Advanced Training, April 23-26, 2012, Berlin, Germany
http://www.asipto.com/index.php/kamailio-advanced-training/




More information about the sr-dev mailing list