# HG changeset patch # User Dirk Olmes # Date 1495086068 -7200 # Node ID b81b0cd81f6324b0b93356d5eb555fb3608cf15d # Parent b279e1279ce70769f0593571b0a55c3566b48296 add a git alias for handling submodules diff -r b279e1279ce7 -r b81b0cd81f63 .gitconfig --- a/.gitconfig Wed Jan 25 08:22:10 2017 +0100 +++ b/.gitconfig Thu May 18 07:41:08 2017 +0200 @@ -5,6 +5,7 @@ comit = commit lg = log --format=oneline --graph --abbrev-commit --decorate rpo = remote prune origin + smu = submodule update --recursive --remote st = status wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard wt = worktree