diff options
author | Yigit Sever | 2021-10-12 00:05:09 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-12 00:05:09 +0300 |
commit | 6adfb3bbdcf0a3b759a3e06dfa46da1db060f452 (patch) | |
tree | 851cb9fd1870a7dc0f55753cffbf92763c70b552 /.gitconfig | |
parent | e05ce1a320750bb6adda1985542c44675334161b (diff) | |
download | dotfiles-6adfb3bbdcf0a3b759a3e06dfa46da1db060f452.tar.gz dotfiles-6adfb3bbdcf0a3b759a3e06dfa46da1db060f452.tar.bz2 dotfiles-6adfb3bbdcf0a3b759a3e06dfa46da1db060f452.zip |
gitconfig: separate configs per machine
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 76c9a91..0000000 --- a/.gitconfig +++ /dev/null | |||
@@ -1,44 +0,0 @@ | |||
1 | [user] | ||
2 | name = Yigit Sever | ||
3 | email = yigit@ceng.metu.edu.tr | ||
4 | signingkey = B87B63C533C38A88 | ||
5 | [core] | ||
6 | autocrlf = input | ||
7 | safecrlf = true | ||
8 | pager = diff-so-fancy | less --tabs=4 -RFX | ||
9 | excludesfile = ~/.cvsignore | ||
10 | [alias] | ||
11 | co = checkout | ||
12 | ci = commit | ||
13 | st = status | ||
14 | br = branch | ||
15 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
16 | type = cat-file -t | ||
17 | dump = cat-file -p | ||
18 | adog = log --all --decorate --oneline --graph | ||
19 | [credential] | ||
20 | helper = cache --timeout=3600 | ||
21 | [color] | ||
22 | ui = true | ||
23 | [color "diff-highlight"] | ||
24 | oldNormal = red bold | ||
25 | oldHighlight = red bold 52 | ||
26 | newNormal = green bold | ||
27 | newHighlight = green bold 22 | ||
28 | [color "diff"] | ||
29 | meta = yellow | ||
30 | frag = magenta bold | ||
31 | commit = yellow bold | ||
32 | old = red bold | ||
33 | new = green bold | ||
34 | whitespace = red reverse | ||
35 | [commit] | ||
36 | gpgsign = true | ||
37 | [sendemail] | ||
38 | smtpserver = /usr/bin/msmtp | ||
39 | smtpserveroption = -a | ||
40 | smtpserveroption = ceng_argor | ||
41 | [pull] | ||
42 | ff = only | ||
43 | [init] | ||
44 | defaultBranch = main | ||