comparison .gitconfig @ 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 78a2cec44799
children abe96094c876
comparison
equal deleted inserted replaced
118:b279e1279ce7 119:b81b0cd81f63
3 branches = branch 3 branches = branch
4 co = checkout 4 co = checkout
5 comit = commit 5 comit = commit
6 lg = log --format=oneline --graph --abbrev-commit --decorate 6 lg = log --format=oneline --graph --abbrev-commit --decorate
7 rpo = remote prune origin 7 rpo = remote prune origin
8 smu = submodule update --recursive --remote
8 st = status 9 st = status
9 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard 10 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
10 wt = worktree 11 wt = worktree
11 12
12 [color] 13 [color]