-> Dear Adem <-
Here, I am explaining how to fork and push a Java assignment.
Step-by-Step Guide with Code:
-
Fork the Assignment:
# Go to the assignment on GitHub and click the Fork button
-
Bring it to Your Computer:
# Open your computer's command prompt/terminal # Clone the assignment to your computer git clone <repository_url>
-
Make Changes:
# Open and edit the assignment on your computer
-
Save Your Changes:
# In the terminal, navigate to the assignment's directory # Add your changes git add . # Commit with a message git commit -m "Write a message about what you did"
-
Send it Back Online:
# Push your changes back online git push
-
Ask:
# Go to the assignment on GitHub # Click "New Pull Request" # Choose your fork as the source and the original assignment as the destination # Write a message explaining your changes # Click "Create Pull Request"
🔗 Orcid 🔗 ResearchGate 🔗 Medium 🔗 LinkedIn 🔗 SciProfiles 🔗 Web of Science 🔗 TU Wien Profile