Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and modify helloworld.py file #18

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ntnamctu
Copy link

No description provided.

helloworld.py Show resolved Hide resolved
@@ -0,0 +1,6 @@
#!/usr/bin/python3
print("Hello World")
print("Hello Git")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the first modify in the helloworld.py file.

#!/usr/bin/python3
print("Hello World")
print("Hello Git")
print("Hello OSS Development")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After switching to the new branch, test_functions, I added this line and then merged it into master.

print("Hello World")
print("Hello Git")
print("Hello OSS Development")
print("Hello CTU")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After merging i added this line to the code. Now we are in master.

print("Hello Git")
print("Hello OSS Development")
print("Hello CTU")
print("Hello CTU - CICT")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then i went back to test_functions branch, added a new line, committed then went back to master and merged again. But it had conflicts here. I fixed the conflicts and committed them then pushed them up.

Copy link
Author

@ntnamctu ntnamctu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I commit I did all of them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant