Mercurial > hg > zsh-env
comparison .gitconfig @ 115:78a2cec44799
add an alias for worktree
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:20:15 +0100 |
parents | deff86179ed8 |
children | b81b0cd81f63 |
comparison
equal
deleted
inserted
replaced
112:68edc97253fa | 115:78a2cec44799 |
---|---|
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 st = status | 8 st = status |
9 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard | 9 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard |
10 wt = worktree | |
10 | 11 |
11 [color] | 12 [color] |
12 ui = false | 13 ui = false |
13 | 14 |
14 [http] | 15 [http] |