From c1a8c7edc510c7d51d9fe39d81f88ec9d39f34fa Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 22 Feb 2026 12:51:19 +0900 Subject: [PATCH] =?UTF-8?q?git=E3=81=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpush | 2 ++ remote | 3 +++ 2 files changed, 5 insertions(+) create mode 100755 gpush create mode 100755 remote diff --git a/gpush b/gpush new file mode 100755 index 0000000..abc9157 --- /dev/null +++ b/gpush @@ -0,0 +1,2 @@ +#!/bin/sh +git push -u origin main diff --git a/remote b/remote new file mode 100755 index 0000000..c76401f --- /dev/null +++ b/remote @@ -0,0 +1,3 @@ +#!/bin/sh +git remote add origin git@git.cyberius.biz:joe/h-1.flet.3.git +