-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
executable file
·48 lines (44 loc) · 1.02 KB
/
.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
41
42
43
44
45
46
47
48
[push]
simple
[user]
name = muryoimpl
email = [email protected]
signingkey = F7FA1D4BD2AFF4D6
[core]
pager = "LESSCHARSET=utf-8 less"
editor = nvim
precomposeunicode = true
quotepath = false
[pull]
rebase = true
[alias]
l = log
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
amn = commit --amend --no-edit
b = branch
co = checkout
cm = commit --verbose
[color "diff"]
meta = cyan
[commit]
gpgsign = false
[gpg]
program = gpg2
#[pager]
# log = diff-highlight | lv
# show = diff-highlight | lv
# diff = diff-highlight | lv
[branch]
sort = -committerdate
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential]
helper = !'/usr/local/bin/devpod' agent git-credentials --port 12049
[safe]
directory = /rvi
directory = /buoys