-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
49 lines (49 loc) · 1.09 KB
/
Copy pathgitconfig
File metadata and controls
49 lines (49 loc) · 1.09 KB
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
[init]
defaultBranch = main
[alias]
aa = add --all
ap = add --patch
b = branch
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
conflicted = !vim +Conflicted
dc = diff --cached
delete-merged = g b --merged develop | grep -v develop | grep -v HEAD | xargs -n 1 git b -d
discard = checkout --
pf = push --force-with-lease
pr = "!hub pull-request"
st = status
unstage = reset HEAD --
[color]
ui = true
[commit]
template = ~/.gitmessage
[core]
excludesfile = ~/.gitignore
autocrlf = input
editor = nvim
[diff]
colorMoved = zebra
[fetch]
prune = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[include]
path = ~/.gitconfig.local
[merge]
ff = only
[push]
default = current
[rebase]
autosquash = true
[user]
name = Brandon Cordell
email = brandon@brandoncordell.com
[github]
user = brandoncordell
[cola]
spellcheck = false