Script for setting up git remotes
authorPhil Howard <phil@gadgetoid.com>
Tue, 4 Jun 2019 14:05:57 +0000 (15:05 +0100)
committerPhil Howard <phil@gadgetoid.com>
Tue, 4 Jun 2019 14:05:57 +0000 (15:05 +0100)
_bootstrap_remotes.sh [new file with mode: 0755]

diff --git a/_bootstrap_remotes.sh b/_bootstrap_remotes.sh
new file mode 100755 (executable)
index 0000000..c29ba5f
--- /dev/null
@@ -0,0 +1,3 @@
+git remote rename origin boilerplate
+git remote set-url --push boilerplate no_push
+git remote add origin $1