6 Commits

Author SHA1 Message Date
f0742fb0d2 Merge pull request 'branch1 test' (#1) from branch1 into main
Reviewed-on: #1
2026-02-04 10:00:53 +00:00
bbcc030198 branch1 test 2026-02-04 11:59:35 +02:00
b6f6a23114 gitea testpush 2026-02-04 11:57:31 +02:00
yaso-meth
c1d9b04630 Delete LICENSE 2024-11-12 11:56:05 +02:00
yaso-meth
ba8bb919a0 Create LICENSE 2024-11-12 11:52:20 +02:00
yaso-meth
3a9fb70fd9 Merge pull request #1 from yaso-meth:first-branch
Add 1 print line
2024-11-12 11:34:20 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
print("hello World")
print("edit from first-branch")
print("edit from first-branch")
print("gitea push")

1
test.py Normal file
View File

@@ -0,0 +1 @@
print("hello from branch1")