a few new crontabs and better gitconfig file
[feisty_meow.git] / infobase / configuration / git / dot.gitconfig
1
2
3 [user]
4         email = me@mymail.com
5         name = Programmatic Coder
6
7 [pack]
8         windowMemory = 100m
9         SizeLimit = 100m
10         threads = 1
11
12 [alias]
13         # show a beautiful view of the history of this git repository.
14         hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
15
16