mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Import
This commit is contained in:
20
.gitconfig
Normal file
20
.gitconfig
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
[user]
|
||||||
|
name = Michiel Scholten
|
||||||
|
email = michiel@aquariusoft.org
|
||||||
|
|
||||||
|
[giggle]
|
||||||
|
main-window-maximized = true
|
||||||
|
main-window-geometry = 268x63+98+40
|
||||||
|
history-view-vpane-position = 353
|
||||||
|
main-window-view = HistoryView
|
||||||
|
file-view-vpane-position = 354
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
shove = commit -m \"$(curl http://whatthecommit.com/ 2> /dev/null |html2text |head -n1)\"
|
||||||
|
st = status
|
||||||
|
co = checkout
|
||||||
|
ci = commit
|
||||||
|
br = branch
|
||||||
|
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
Reference in New Issue
Block a user