Mercurial > hg > zsh-env
annotate .gitconfig @ 118:b279e1279ce7
remove outdated tooling support
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:22:10 +0100 |
parents | 78a2cec44799 |
children | b81b0cd81f63 |
rev | line source |
---|---|
100 | 1 [alias] |
2 brach = branch | |
3 branches = branch | |
4 co = checkout | |
5 comit = commit | |
6 lg = log --format=oneline --graph --abbrev-commit --decorate | |
7 rpo = remote prune origin | |
8 st = status | |
9 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard | |
115
78a2cec44799
add an alias for worktree
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
100
diff
changeset
|
10 wt = worktree |
100 | 11 |
12 [color] | |
13 ui = false | |
14 | |
15 [http] | |
16 sslVerify = false | |
17 | |
18 [push] | |
19 default = simple | |
20 | |
21 [user] | |
22 name = Dirk Olmes | |
23 # do not set an email address here - it must be configured for different | |
24 # repositories with different values |