From 7fcfc15d78296d9be5f52c714eed8b63e317dc9f Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 4 Jun 2019 15:05:57 +0100 Subject: [PATCH] Script for setting up git remotes --- _bootstrap_remotes.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 _bootstrap_remotes.sh diff --git a/_bootstrap_remotes.sh b/_bootstrap_remotes.sh new file mode 100755 index 0000000..c29ba5f --- /dev/null +++ b/_bootstrap_remotes.sh @@ -0,0 +1,3 @@ +git remote rename origin boilerplate +git remote set-url --push boilerplate no_push +git remote add origin $1 -- 2.30.2