Added new gitconfigs
This commit is contained in:
parent
e24e3446d9
commit
159b6db365
2 changed files with 58 additions and 16 deletions
30
gitconfig
30
gitconfig
|
@ -1,30 +0,0 @@
|
|||
[user]
|
||||
name = Tobias Schmidl
|
||||
email = T.Schmidl@erhardt-leimer.com
|
||||
signingkey = 0xa1554441
|
||||
[gui]
|
||||
fontdiff = -family \"Source Code Pro\" -size 8 -weight normal -slant roman -underline 0 -overstrike 0
|
||||
fontui = -family \"DejaVu Sans\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0
|
||||
spellingdictionary = en
|
||||
[alias]
|
||||
st = status
|
||||
ci = commit
|
||||
di = diff
|
||||
wdi = diff --color-words
|
||||
co = checkout
|
||||
up = fetch --all
|
||||
[color]
|
||||
ui = auto
|
||||
[core]
|
||||
excludesfile = /home/schtobia/.gitignore
|
||||
[push]
|
||||
default = upstream
|
||||
[branch "master"]
|
||||
rebase = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[diff]
|
||||
renames = copies
|
||||
[http]
|
||||
sslCAPath = /etc/ssl/certs
|
||||
sslVerify = true
|
Loading…
Add table
Add a link
Reference in a new issue