From e9c39073be9e20590698ecc26eedb3bf6cde4e67 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 21 Apr 2026 11:33:20 +0200 Subject: [PATCH] chore: reset repo --- README.md | 8 +++++++- sheet01/test.md | 1 - sheet01/testfolder/sdjodsa.md | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 sheet01/test.md delete mode 100644 sheet01/testfolder/sdjodsa.md diff --git a/README.md b/README.md index 402e75c..82e545a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ it-sec-repo/ - add the tag `sheetXX-submission` to the git commit where sheetXX is the directory containing the submission ``` git tag sheetXX-submission +git push origin sheetXX-submission ``` - push that submission commit to the main branch -- the pipeline will create the zip file with the submission and release it \ No newline at end of file +- the pipeline will create the zip file with the submission and release it + +#### Removing tags +- delete the tag from the remote through the UI or `git push --delete origin tagName` +- delete the tag locally `git tag -d tagName` +- delete the release in the gitea UI \ No newline at end of file diff --git a/sheet01/test.md b/sheet01/test.md deleted file mode 100644 index 59c5d2b..0000000 --- a/sheet01/test.md +++ /dev/null @@ -1 +0,0 @@ -stuff \ No newline at end of file diff --git a/sheet01/testfolder/sdjodsa.md b/sheet01/testfolder/sdjodsa.md deleted file mode 100644 index 206fc3c..0000000 --- a/sheet01/testfolder/sdjodsa.md +++ /dev/null @@ -1 +0,0 @@ -sdfsd \ No newline at end of file