-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
50 lines (50 loc) · 1.15 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
38
39
40
41
42
43
44
45
46
47
48
49
50
[core]
editor = vim
excludesfile = /home/fletch/.gitignore_global
[user]
name = Robert Fletcher
email = [email protected]
[alias]
contrast = log --left-right --graph --cherry-pick --oneline
co = checkout
ci = commit
st = status -s
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
dif = diff --word-diff=color --word-diff-regex=.
prn = pull-request
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
pushf = push --force-with-lease
[color]
ui = true
[branch]
autosetuprebase = always
[push]
default = current
useForceIfIncludes = true
[pull]
rebase = true
[merge]
tool = vimdiff
[init]
defaultBranch = main
[fetch]
prune = true
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[diff]
algorithm = histogram
[advice]
skippedCherryPicks = false
[rebase]
autostash = true
[rerere]
enabled = true
[maintenance]
repo = /home/fletch/Dropbox/projects/chalk/synchroform