Added an installer and used git push simple
authorDavid Kerkeslager <kerkeslager@gmail.com>
Sat, 28 May 2016 06:24:55 +0000 (06:24 +0000)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Sat, 28 May 2016 06:24:55 +0000 (06:24 +0000)
.gitconfig
install.sh [new file with mode: 0755]

index 102287a..0bbb85c 100644 (file)
@@ -25,3 +25,6 @@
 
 [alias]
        log = log --oneline --graph
+
+[push]
+       default = simple
diff --git a/install.sh b/install.sh
new file mode 100755 (executable)
index 0000000..d598236
--- /dev/null
@@ -0,0 +1 @@
+cp .bash_profile .bashrc .emacs .gemrc .gitconfig .profile .screenrc .vimrc ..