-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
35 lines (35 loc) · 915 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
[alias]
co = checkout
st = status
branches = for-each-ref --sort=-committerdate --format=\"%(color:yellow)%(authordate:relative)\t%(color:green)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
local-branches = for-each-ref --sort=-committerdate --format=\"%(color:yellow)%(authordate:relative)\t%(color:green)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/heads
pr = log main.. --reverse --pretty="##\\ %s%n%n%b"
[branch]
autosetuprebase = always
[color]
ui = auto
[commit]
gpgSign = true
[core]
excludesfile = ~/.gitignore
[diff]
compactionHeuristic = true
[fetch]
prune = true
[github]
user = tabfugnic
[init]
defaultBranch = main
[merge]
ff = only
[pull]
rebase = true
[push]
default = current
autoSetupRemote = true
[rebase]
autosquash = true
[user]
name = Eric Collins
email = [email protected]
signingkey = 09638B3E786F8224