-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
38 lines (35 loc) · 675 Bytes
/
Copy pathgitconfig
File metadata and controls
38 lines (35 loc) · 675 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
[init]
defaultBranch = main
[fetch]
prune = true
[user]
email = harrysadoyan@gmail.com
name = Harry Sadoyan
[alias]
co = checkout
stat = status
unstage = reset HEAD~1
last = log -1 HEAD
lg = log --oneline --graph --decorate
br = branch
ci = commit
st = status
difft = difftool --tool=difft
[core]
editor = nvim
pager = delta
[push]
autoSetupRemote = true
[rerere]
enabled = true
[diff]
colorMoved = zebra
[difftool "difft"]
cmd = difft "$LOCAL" "$REMOTE"
[difftool]
prompt = false
# Machine-specific overrides (email, signing key, etc.)
[include]
path = ~/.gitconfig.local
[url "git@github.com:"]
insteadOf = https://github.com/