From bb4098d74a7f0946c685fe216daf78d3f2784643 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 24 Mar 2026 09:04:13 +0100 Subject: feat: move from sourcehut to my git instance --- scripts/origin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/origin b/scripts/origin index ae67999..21c47d7 100755 --- a/scripts/origin +++ b/scripts/origin @@ -2,11 +2,11 @@ dir=${PWD##*/} dir=${dir:-/} -git remote add origin git@git.sr.ht:~pml68/"$dir" +ssh git@server create "$dir" +git remote add origin git@git.pml68.dev:repos/"$dir" echo "* text=auto eol=lf # Older git versions try to fix line endings on images, this prevents it. *.png binary *.jpg binary *.ico binary" > .gitattributes -git config --add push.pushOption visibility="${1:-public}" -- cgit v1.2.3