-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
46 lines (46 loc) · 782 Bytes
/
.gitconfig
File metadata and controls
46 lines (46 loc) · 782 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
43
44
45
46
[user]
name = Angel English
email = angele@blackmagicdesign.com
[core]
excludesfile = ~/.cvsignore
# pager = less -x1,5
pager = delta
[rerere]
enabled = true
[pull]
ff = only
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[alias]
me = merge
ma = machete
maa = machete add
mas = machete status
s = status
sw = switch
st = stash
b = branch
ba = branch -a
bd = branch -d
bD = branch -D
bt = "!f() { git branch --track $1 origin/$1; }; f"
c = commit
cm = commit -m
[delta]
line-numbers = true
zero-style = dim syntax
syntax-theme = Dracula
navigate = true
[interactive]
diffFilter = delta --color-only
[push]
default = current
[merge]
conflictStyle = zdiff3
[maintenance]
repo = /home/angele/project/Cameras