Mercurial > hg > zsh-env
annotate .gitconfig @ 130:ca2b58d0a32f
EPM_LOCATION -> EX_LOCATION
| author | Dirk Olmes <dirk@xanthippe.ping.de> |
|---|---|
| date | Fri, 09 Mar 2018 16:03:11 +0100 |
| parents | abe96094c876 |
| children | bfc94ec31b2b |
| 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 | |
|
119
b81b0cd81f63
add a git alias for handling submodules
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
115
diff
changeset
|
8 smu = submodule update --recursive --remote |
| 100 | 9 st = status |
|
124
abe96094c876
add an alias for sorted tags
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
119
diff
changeset
|
10 tags = tag --list --sort=version:refname |
| 100 | 11 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
|
12 wt = worktree |
| 100 | 13 |
| 14 [color] | |
| 15 ui = false | |
| 16 | |
| 17 [http] | |
| 18 sslVerify = false | |
| 19 | |
| 20 [push] | |
| 21 default = simple | |
| 22 | |
| 23 [user] | |
| 24 name = Dirk Olmes | |
| 25 # do not set an email address here - it must be configured for different | |
| 26 # repositories with different values |
