-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
38 lines (36 loc) 路 949 Bytes
/
Copy pathgitconfig
File metadata and controls
38 lines (36 loc) 路 949 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
[alias]
default = !git checkout $(git remote show origin | sed -n '/HEAD branch/s/.*: //p')
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all
[color]
ui = true
[push]
default = tracking
# git config --global push.autoSetupRemote true
autoSetupRemote = true
[pager]
branch = false
diff = false
[gpg]
program = /opt/homebrew/bin/gpg
[mergetool]
prompt = false
[core]
editor = code --wait
page = false
excludesFile = ~/.gitignore
[credential "https://github.com"]
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/opt/homebrew/bin/gh auth git-credential
[init]
defaultBranch = main
[pull]
ff = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
email = aaari94@gmail.com
name = Arien Shibani