-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexecutable_dot_gitconfig
More file actions
executable file
·89 lines (70 loc) · 1.78 KB
/
executable_dot_gitconfig
File metadata and controls
executable file
·89 lines (70 loc) · 1.78 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[user]
name = "Godwin peter .O"
email = me@godwin.dev
[init]
defaultBranch = main
[core]
autocrlf = input
eol = lf
editor = nvim
[push]
autoSetupRemote = true
[pull]
rebase = true
[interactive]
diffFilter = delta --color-only
[merge]
nflictstyle = diff3
[diff]
colorMoved = default
[color]
diff = auto
status = auto
branch = auto
[branch]
autosetuprebase = always
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[includeIf "gitdir:~/rora-fly/**"]
path = ~/.gitconfig.rora
[includeIf "gitdir:~/personal/**"]
path = ~/.gitconfig.personal
[includeIf "gitdir:~/drolx/**"]
path = ~/.gitconfig.personal
[includeIf "gitdir:~/customers/**"]
path = ~/.gitconfig.personal
[includeIf "gitdir:~/profound/**"]
path = ~/.gitconfig.personal
[safe]
directory = *
[alias]
aa = add --all
bv = branch -vv
ba = branch -ra
bd = branch -d
ca = commit --amend
cb = checkout -b
cm = commit -a --amend -C HEAD
ci = commit -a -v
co = checkout
di = diff
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ld = log --pretty=format:"%C(yellow)%h\\ %C(green)%ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short --graph
ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
mm = merge --no-ff
st = status --short --branch
tg = tag -a
pu = push --tags
un = reset --hard HEAD
uh = reset --hard HEAD^
[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