summary refs log tree commit diff
path: root/home/.config/git/config
blob: cb38682cf46ff04c1de9af3502d9be59364da9d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[user]
    name = June McEnroe
    email = programble@gmail.com

[commit]
    gpgSign = true

[rebase]
    autosquash = true

[pretty]
    log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>

[include]
    path = ./private
2018-01-29Add fbclockJune McEnroe 2018-01-29Remove color from MakefileJune McEnroe 2018-01-29Set t_Co = 8June McEnroe 2018-01-29Add :Q command aliasJune McEnroe 2018-01-29Add setuid target for briJune McEnroe 2018-01-28Add init function to fb interfaceJune McEnroe 2018-01-28Add color.cJune McEnroe