-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
27 lines (26 loc) · 695 Bytes
/
Copy pathgitconfig
File metadata and controls
27 lines (26 loc) · 695 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
[filter "lfs"]
smudge = git-lfs smudge %f
required = true
clean = git-lfs clean %f
[user]
name = Jeremy Malloch
email = jeremalloch@gmail.com
[core]
autocrlf = false
safecrlf = true
editor = vim
excludesfile = /Users/jeremymalloch/.gitignore_global
[alias]
co = checkout
ci = commit
st = status
br = branch
lg = log --graph --pretty=format:'%C(cyan)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
[credential]
helper = osxkeychain
[difftool "sourcetree"]
[mergetool "sourcetree"]
trustExitCode = true