chore: reset repo
This commit is contained in:
@@ -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
|
||||
- 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
|
||||
@@ -1 +0,0 @@
|
||||
stuff
|
||||
@@ -1 +0,0 @@
|
||||
sdfsd
|
||||
Reference in New Issue
Block a user