forked from RLovelett/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
23 lines (23 loc) · 719 Bytes
/
gitconfig
File metadata and controls
23 lines (23 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[user]
name = Lindsey Lovelett
email = lindsey@lovelett.me
[core]
;autocrlf = input
;safecrlf = true
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
tagcommit = !sh -c 'git rev-list $0 | head -n 1'
unstage = reset HEAD
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}"
[color]
ui = true
[filter "rcs-keywords"]
clean = .git_filters/rcs-keywords.clean
smudge = .git_filters/rcs-keywords.smudge %f