-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
44 lines (34 loc) · 724 Bytes
/
Copy pathconfig
File metadata and controls
44 lines (34 loc) · 724 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
[user]
name = Federico Saravia
email = fedesaravia@gmail.com
[push]
default = simple
autoSetupRemote = true
[color]
ui = true
[fetch]
prune = true
[alias]
st = status
ci = commit
br = branch
sw = switch
df = diff
lg = log -p
ll = log --graph --pretty=format:'%C(cyan)%h%Creset -%C(yellow)%d%Creset %s - %C(yellow)%aN%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
f = fetch
fetchrebase = !git fetch && git rebase @{u}
changelog = log --abbrev-commit --pretty=format:'- %h - %s - %aN'
graph = log --graph --decorate --oneline --all
[commit]
gpgsign = true
[init]
defaultBranch = main
[merge]
conflictstyle = zdiff3
[pager]
branch = false
[pull]
ff = only
[rerere]
enabled = true