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