Initial commit, not a lot to it yet

This commit is contained in:
Danielle McLean 2016-10-03 12:44:37 +11:00
commit 583af04e56
No known key found for this signature in database
GPG key ID: CC91589719027E94
2 changed files with 22 additions and 0 deletions

11
home/.gitconfig Normal file
View file

@ -0,0 +1,11 @@
[include]
path = .gitconfig.local
[alias]
d = diff
l = log --graph --oneline --decorate --all
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
[commit]
gpgsign = true