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!
-
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
-
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
details
branch.
-
Switch to the Main Branch
- Add a short note about your favorite Pokémon (or any other character) and why it's the best in that same file.
- Push these changes to the
main
branch.
-
Merge the
details
Branch to themain
Branch -
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
-
If you wish to practice more learngitbranching is an amazing resource