-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
25 lines (25 loc) · 694 Bytes
/
Copy pathgitconfig
File metadata and controls
25 lines (25 loc) · 694 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
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Matteo Cavalleri
email = cvlmtg@gmail.com
[alias]
tree = log --graph --oneline --decorate --date=relative --all
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
[diff]
algorithm = patience
ignoreCRAtEOL = true
[commit]
verbose = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
editor = nvim
autocrlf = false
[pull]
ff = only
[init]
defaultBranch = main