You must pass these trials in order to become a true git jedi. Complete the following tasks to hone your skills in Git, focusing on concepts like branching and merging. Follow the steps below using the Git command-line interface (CLI) to complete the tasks. Good luck!
Caution
ensure you use the Git CLI for the tasks
-
Create a GitHub Account (if you haven't already)
-
Generate an Authentication Token and Save it to Your Config File
- Utilize the Git credential helper. Learn more
- Alternatively you could use Github CLI for authentication
-
Fork this Repository
-
Add a Markdown File Named
<your-username.md> -
Create a Branch Named
details- Write a brief paragraph about yourself in the file.
- Push these changes to the
detailsbranch.
-
Switch to the Main Branch
- Add a short note about your favorite Pokémon (or favorite cartoon) and why it's the best in that same file.
- Push these changes to the
mainbranch.
-
Merge the
detailsBranch to themainBranch- Make sure you committed at each previous step
- add descriptive commit messages
- try to follow conventional commits (as a general tip, not necessarily for this task)
- Make sure you committed at each previous step
-
Resolve Emerging Conflicts
Finally, your file should look something like this:
My name is <name>. I am interested in <interests>. I like doing <things>. My favorite Pokémon is Gengar because it's purple.
-
Create a Pull Request to this Repository and Request Your Mentor's Review
checkoutyour mentor's description, and mention their favourite pokemon in the PR description
-
Further resources