Hello world Python #2

Open
mike wants to merge 4 commits from mike/issue-1 into main
Collaborator

Fixes #1

Automatisch erstellt von mike.

Fixes #1 Automatisch erstellt von mike.
Fügt ein einfaches Python-Skript hinzu, das 'Hello, World!'
ausgibt, um Issue #1 zu lösen.
Owner

mach das script auf deutsch @mike

mach das script auf deutsch @mike
Setzt das Review-Feedback von moritz um (PR #2): Die Ausgabe
lautet jetzt „Hallo, Welt!“ statt „Hello, World!“.

Co-authored-by: openhands <openhands@all-hands.dev>
Owner

Entferne bitte die versehentlich committete pycache/hello_world.cpython-312.pyc aus dem PR (git rm --cached) und lege eine passende .gitignore für Python an.

Entferne bitte die versehentlich committete __pycache__/hello_world.cpython-312.pyc aus dem PR (git rm --cached) und lege eine passende .gitignore für Python an.
Entfernt die versehentlich mitcommittete Datei
__pycache__/hello_world.cpython-312.pyc aus der Versionskontrolle
(git rm --cached) und legt eine passende .gitignore für Python an,
damit __pycache__-Inhalte künftig ignoriert werden.

Behebt das Review-Feedback von moritz an PR #2.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin mike/issue-1:mike/issue-1
git switch mike/issue-1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff mike/issue-1
git switch mike/issue-1
git rebase main
git switch main
git merge --ff-only mike/issue-1
git switch mike/issue-1
git rebase main
git switch main
git merge --no-ff mike/issue-1
git switch main
git merge --squash mike/issue-1
git switch main
git merge --ff-only mike/issue-1
git switch main
git merge mike/issue-1
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
moritz/test!2
No description provided.