-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
37 lines (35 loc) · 819 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
36
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[commit]
gpgsign = true
[user]
email = [email protected]
name = BinotaLIU
[core]
autocrlf = input
fileMode = false
editor = vim
excludesfile = /Users/binota/.dotfiles/.gitglobalignore
[init]
defaultBranch = main
[gpg]
program = /usr/local/bin/gpg
[alias]
com = commit
swi = switch
swc = switch -c
mer = merge --no-ff
pus = push
pul = pull
fet = fetch
emptycom = commit --allow-empty
sync = !/usr/local/bin/legit sync
publish = !/usr/local/bin/legit publish
unpublish = !/usr/local/bin/legit unpublish
undo = !/usr/local/bin/legit undo
branches = !/usr/local/bin/legit branches
[includeIf "gitdir:~/Developer/TheTwins/"]
path = ~/Developer/TheTwins/.gitconfig