annotate .gitconfig @ 154:c78e098abad3

update path to openjdk 11
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 03 May 2019 08:40:51 +0200
parents abe96094c876
children bfc94ec31b2b
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
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
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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
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 [color]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 ui = 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 [http]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 sslVerify = false
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 [push]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 default = simple
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 [user]
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24 name = Dirk Olmes
deff86179ed8 add default git config
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 # 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
26 # repositories with different values