-
Notifications
You must be signed in to change notification settings - Fork 431
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
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,6 @@ | |||
#!/usr/bin/python3 | |||
print("Hello World") | |||
print("Hello Git") |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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.
There was a problem hiding this 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
No description provided.