-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
35 lines (32 loc) · 842 Bytes
/
.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
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[push]
default = current
tags = true
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[fetch]
prune = true
[core]
editor = vim
[include]
path = ~/.gitconfig.local
[alias]
aa = add --all
ap = add --patch
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
ci = commit -v
co = checkout
pf = push --force-with-lease
st = status
l = log --graph --date=short --pretty=format:'%C(yellow bold)%h%Creset%C(auto)%d%Creset - %s %C(green bold)[%an]%Creset %C(blue bold)(%ad, %cr)%Creset'
se = !git rev-list --all | xargs git grep -F
[credential]
helper = store
[user]
name = benney