<div dir="ltr">ahh, thanks Daniel!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 9, 2013 at 11:44 AM, Olle E. Johansson <span dir="ltr">&lt;<a href="mailto:oej@edvina.net" target="_blank">oej@edvina.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
9 jan 2013 kl. 10:27 skrev Daniel-Constantin Mierla &lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;:<br>
<div class="im"><br>
&gt; Hello,<br>
&gt;<br>
&gt; to avoid getting extra commit notification as &quot;Merge branch &#39;master&#39; of ...&quot;, do next command before pushing commits to remote repository:<br>
&gt;<br>
&gt; git pull --ff --rebase origin master<br>
&gt;<br>
&gt; 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.<br>
<br>
</div>I made a small script called &quot;gitpull&quot; with these commands that I use instead of &quot;git pull&quot;...<br>
<br>
Making it simple...<br>
<span class="HOEnZb"><font color="#888888">/O<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
</div></div></blockquote></div><br></div>