Mercurial > hg > zsh-env
changeset 119:b81b0cd81f63
add a git alias for handling submodules
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 18 May 2017 07:41:08 +0200 |
parents | b279e1279ce7 |
children | 52a56c121370 |
files | .gitconfig |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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