Mercurial > hg > zsh-env
comparison .gitconfig @ 117:87a831b2afc8
Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:20:51 +0100 |
parents | 78a2cec44799 |
children | b81b0cd81f63 |
comparison
equal
deleted
inserted
replaced
114:eaffab53cf43 | 117:87a831b2afc8 |
---|---|
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] |