-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
37 lines (36 loc) · 1.11 KB
/
gitconfig
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
[user]
name = David Gay i Tello
email = [email protected]
[giggle]
main-window-maximized = false
main-window-geometry = 1453x832+74+41
file-view-vpane-position = 226
history-view-vpane-position = 641
main-window-view = FileView
[alias]
st = status
ci = commit
br = branch
co = checkout
cdiff = diff --cached
mlog = log --no-merges
info = ! ( [ -r .git/config ] && cat .git/config ) || ( echo "fatal: Not a git repository" && exit 1 )
hist = log --pretty=format:\"%Cred%h%Creset %Cgreen%ad%Creset %s%C(bold white)%d%Creset %Cblue[%an]%Creset\" --graph --date=relative
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[color]
diff = auto
status = auto
branch = auto
[core]
pager = less -R
editor = nvim
[pull]
rebase = true
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
# This next lines include Netlify's Git Credential Helper configuration in your Git configuration.
[include]
path = /home/davidgit/.netlify/helper/git-config