[sr-dev] Avoiding notification: Merge branch 'master' of ...

Alex Hermann alex at speakup.nl
Wed Jan 9 12:41:49 CET 2013


On Wednesday 09 January 2013, Daniel-Constantin Mierla wrote:
> 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

Or just configure the master branch to automatically rebase instead of merge 
(overridable if necessary):

$ git config branch.master.rebase true

-- 
Alex Hermann



More information about the sr-dev mailing list