<div dir="ltr">hey all,<div>these are some aliases I use everyday with git that may be useful for you/other students:</div><div><br></div><div><div>[alias]</div><div><div><br></div><div>        ## run on fridays to make the report of my weekly progress<br>
</div><div>        lgme = log --graph --pretty=tformat:&#39;%h %C(cyan)[%ar]%C(reset)%Cgreen%d%Creset %s - %C(yellow dim)%an%C(reset)&#39; --all --since 1week --author Ines<br></div><div><br></div><div>        ## morning merge (stash first if needed)<br>
</div><div>        socmerge = &quot;!git fetch;git submodule foreach git pull origin master;git merge origin/master&quot;</div></div><div><br></div><div>        ## these I used previously to gsoc, to pull the addons repos and translations too<br>
</div><div>        pullb = &quot;!git pull;git submodule foreach git pull origin master&quot;</div><div>        fs = submodule foreach git<br></div><div><br></div><div>        ## usage like &gt; git lg 3days --more --parameters --here<br>
</div><div>        lg = log --graph --pretty=tformat:&#39;%h %C(cyan)[%ar]%C(reset)%Cgreen%d%Creset %s - %C(yellow dim)%an%C(reset)&#39; --all --since</div><div>        lg1 = log --graph --pretty=tformat:&#39;%h %C(cyan)[%ar]%C(reset)%Cgreen%d%Creset %s - %C(yellow dim)%an%C(reset)&#39; --all --since 1days<br>
</div><div><br></div></div><div>The rest of my gitconfig is at <a href="http://wiki.blender.org/index.php/User:Brita/configs/git">http://wiki.blender.org/index.php/User:Brita/configs/git</a><br></div><div><br></div><div>--Inês</div>
</div>