- Fork this repository.
- Clone your forked repository to your local machine.
- Add a new file named
solution.txt. - Write your answers in the file.
- Commit your changes and push them to your forked repository.
- Create a pull request (PR) to this repository.
- What is a commit in Git?
- What is a branch in Git?
- What is a pull request in GitHub?
- How do you initialize a new Git repository?
- How do you clone a repository from GitHub?
- How do you stage changes for a commit?
- How do you push changes to a remote repository?
- Submit your pull request link before 11:59 PM today.
- Ensure your solution meets all the requirements in the task.
- Grading will be automated using GitHub Actions.
- Your pull request must pass all tests to be accepted.
Forking is when you make a copy of someone else's repository to your own GitHub account. This allows you to make changes to the project without affecting the original repository. It's like making a photocopy of a document so you can write notes on it without changing the original.
Good luck!