<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div>On Mar 24, 2008, at 12:43 AM, Pierre d'Herbemont wrote:<br><blockquote type="cite">Hi,<br><br>Just a small notes on git:<br><br>Most of current git usage invloves rebasing when updating. To ease  <br>here is a trick that some of view may appreciate:<br><br>$ git config --global alias.up "pull --rebase"</blockquote><br></div><div>More or those:</div><div><br></div><div>What's up:</div><div><blockquote type="cite"><font class="Apple-style-span" color="#000000">$ git config --global alias.wu "log <span class="Apple-style-span" style="color: rgb(20, 79, 174); -webkit-text-stroke-width: -1; ">origin..@{0}"</span></font></blockquote></div><div><br></div><div>What's up (with patch):</div><div></div><div><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); ">$ git config --global alias.wup "log -p <span class="Apple-style-span" style="color: rgb(20, 79, 174); -webkit-text-stroke-width: -1; ">origin..@{0}"</span></span></blockquote><div><br></div>Hope this helps,<br><div><font class="Apple-style-span" color="#144FAE"><span class="Apple-style-span" style="-webkit-text-stroke-width: -1;"><br></span></font></div><div><font class="Apple-style-span" color="#144FAE"><span class="Apple-style-span" style="-webkit-text-stroke-width: -1;">Pierre.</span></font></div></div></body></html>