From b8213f6538e3208bc2ee7bbe187dc98b631de0bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Sun, 10 Sep 2023 19:54:43 +0200
Subject: [PATCH] Remove git-git.

`git git` was an old macro which attempted to create repos on my server,
and then imidiately push them. It found very little use since I wanted
more control than what it gave.
---
 git-git | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100755 git-git

diff --git a/git-git b/git-git
deleted file mode 100755
index bcd7bae..0000000
--- a/git-git
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash -x
-
-NAME=`pwd | reverse | cut -d'/' -f1 | reverse`.git
-ssh git "cd git; git init --bare $NAME"
-git remote add origin "git.hornquist.se:git/$NAME"
-git push -u
-- 
GitLab