12 Commits

Author SHA1 Message Date
ca375c0555 Merge pull request 'testb file added' (#6) from testb into main
Reviewed-on: #6
2026-02-04 10:54:40 +00:00
5621aae72c testb file added 2026-02-04 12:48:15 +02:00
6913ffbd5f Merge pull request 'branch1 test merge' (#5) from branch1 into main
Reviewed-on: #5
2026-02-04 10:46:28 +00:00
1c8b1e4910 Merge branch 'main' into branch1 2026-02-04 10:23:01 +00:00
89461630b8 testing again with ruleset 2026-02-04 12:19:06 +02:00
f9a45da29e second update 2026-02-04 12:05:56 +02:00
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
3 changed files with 4 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")

2
test.py Normal file
View File

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

0
testb.py Normal file
View File