-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
40 lines (36 loc) · 886 Bytes
/
.gitconfig
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
[user]
email = [email protected]
name = Ilja J. Kocken
[core]
editor = emacsclient -c
[github]
user = japhir
[url "https://aur.archlinux.org/"]
insteadOf = "aur:"
[url "ssh://[email protected]/"]
pushInsteadOf = "aur:"
[status]
showUntrackedFiles = all
[color]
ui = auto
[credential]
helper = cache
[init]
defaultBranch = main
[pull]
rebase = false
[rerere]
enabled = true
[column]
ui = auto
[branch]
sort = -committerdate
[maintenance]
repo = /home/japhir/ArchConfigs
repo = /home/japhir/SurfDrive/Postdoc1/prj/2023-03-23_snvec-R
repo = /home/japhir/SurfDrive/Postdoc1/prj/2023-04-18_guide_to_astronomical_solutions
repo = /home/japhir/SurfDrive/Postdoc1/prj/2023-06-03_bayesian_snvec/
[filter "remove-pass"]
clean = "sed -e 's/^password=.*/#password=TODO/'"
[filter "remove-email"]
clean = "sed -e ^User .*/User #TODO [email protected]/'"