-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitconfig
More file actions
42 lines (40 loc) · 1014 Bytes
/
.gitconfig
File metadata and controls
42 lines (40 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#[includeIf "gitdir:D:/GIT/"]
# path = ~/.gitconfig-work
#[includeIf "gitdir:~/workdir/"]
# path = ~/.gitconfig-work
#[includeIf "gitdir:~/dotfiles/"]
# path = ~/.gitconfig-personal
#[includeIf "gitdir:~/dev/"]
# path = ~/.gitconfig-personal
# [user]
# email = jan.hafer@rwth-aachen.de
# name = Jan Philipp Hafer
# signingkey = CEA64D337065BD87
[user]
email = anon_1plus1equals3@mailbox.org
name = Jan Philipp Hafer
signingkey = 52726CA5A7E56E41!
#git mr branch issuenumber
# [alias]
# mr = !sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' -
#[sequence]
# editor = interactive-rebase-tool
[core]
editor = vim
[credential]
helper = cache --timeout=3600
[log]
decorate = true
[pull]
rebase = false
[core]
autocrlf = false
# handled via cli option
# [commit]
# gpgsign = true
# git config --list --system
# git config --list --global
# git config --list --local
# git config --list --show-origin
# git config --get user.name
# git config --get user.email