aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
blob: 5f3fc39289a0adaa72baf6459e0c5961f4ca83a0 (plain)
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 = Cody Hiar
    email = codyfh@gmail.com
[color]
    ui = true
[core]
    editor = vim
    pager = less
[alias]
    lg = log --topo-order --all --graph --date=local --pretty=format:'%C(green)%h%C(reset) %><(55,trunc)%s%C(red)%d%C(reset) %C(blue)[%an]%C(reset) %C(yellow)%ad%C(reset)%n'
    sw = show --pretty='format:' --name-only
    st = status
[diff]
    tool = vimdiff
[merge]
    tool = vimdiff
[difftool]
    prompt = false
[rebase]
    autostash = true
[pull]
    rebase = true