Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.42 KB

git-trials

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!

  1. Create a GitHub Account (if you haven't already)

  2. Generate an Authentication Token and Save it to Your Config File

  3. Fork this Repository

  4. Add a Markdown File Named <your-username.md>

  5. Create a Branch Named details

    • Write a brief paragraph about yourself in the file.
    • Push these changes to the details branch.
  6. 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.
  7. Merge the details Branch to the main Branch

  8. 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.
  9. Create a Pull Request to this Repository and Request Your Mentor's Review


The inspiration for the above is taken from kossiitkgp/git-jedi-trials