annotate .gitconfig @ 106:e6963f521d31

add alias
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 06 Dec 2016 08:45:01 +0100
parents deff86179ed8
children 78a2cec44799
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
100
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 [alias]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 brach = branch
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 branches = branch
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 co = checkout
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 comit = commit
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 lg = log --format=oneline --graph --abbrev-commit --decorate
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 rpo = remote prune origin
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 st = status
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 [color]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 ui = false
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 [http]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 sslVerify = false
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 [push]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 default = simple
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20 [user]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 name = Dirk Olmes
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 # do not set an email address here - it must be configured for different
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 # repositories with different values