๐Ÿ“ฆ mneedham / machine_config

๐Ÿ“„ .gitconfig ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16[user]
	email = m.h.needham@gmail.com
	name = Mark Needham
[color]
	ui = auto
[core]
	editor = /usr/bin/vim

[alias]
co = checkout
ci = commit
st = status -s
hist = log --pretty=format:\"%h %aD | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p