From ed16a5dea56629a15afe404b2c214b8ac58c4c37 Mon Sep 17 00:00:00 2001 From: Parker Date: Mon, 10 May 2021 23:26:05 +0800 Subject: [PATCH] =?UTF-8?q?git=20=E6=8F=90=E4=BA=A4=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 push.sh diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..8092c0b --- /dev/null +++ b/push.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +git push "git@github.com:hiparker/opsli-boot.git" master +git push -f "git@gitee.com:hiparker/opsli-boot.git" master +exec /bin/bash + + + +