From 08ee05333343f6a6c35f433ab8e0c77bf5fb34ad Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Sun, 29 Jun 2025 18:19:51 +0200 Subject: [PATCH] Add some gists --- .gitmodules | 9 +++++++++ README.md | 3 +++ git-tag-increment | 1 + h2tocsv | 1 + 4 files changed, 14 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 git-tag-increment create mode 160000 h2tocsv diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ad63664 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "h2tocsv"] + path = h2tocsv + url = https://g.devsoap.com/john/c4a07e908f2e445da5ef057c5e10ca16.git +[submodule "4e44135f4af941d0945c630e1648b042"] + path = 4e44135f4af941d0945c630e1648b042 + url = https://g.devsoap.com/john/4e44135f4af941d0945c630e1648b042.git +[submodule "git-tag-increment"] + path = git-tag-increment + url = https://g.devsoap.com/john/4e44135f4af941d0945c630e1648b042.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..d280f23 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Gist collection + +This repository contains links to some useful code snippets I've done over the years. diff --git a/git-tag-increment b/git-tag-increment new file mode 160000 index 0000000..0de5564 --- /dev/null +++ b/git-tag-increment @@ -0,0 +1 @@ +Subproject commit 0de55644b29262709028d9b5b5973250b2c71765 diff --git a/h2tocsv b/h2tocsv new file mode 160000 index 0000000..53fbc73 --- /dev/null +++ b/h2tocsv @@ -0,0 +1 @@ +Subproject commit 53fbc73d9701a130660174371292851f885577d4