annotate .gitconfig @ 119:b81b0cd81f63

add a git alias for handling submodules
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 18 May 2017 07:41:08 +0200
parents 78a2cec44799
children abe96094c876
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
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
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 st = status
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 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
11 wt = worktree
100
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 [color]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 ui = false
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 [http]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 sslVerify = false
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 [push]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20 default = simple
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 [user]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 name = Dirk Olmes
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24 # 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
25 # repositories with different values