Skip to content

kossiitkgp/git-jedi-trials

Repository files navigation

git-jedi-trials

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

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

  2. 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
  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 favorite cartoon) 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

    • 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)
  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

    • checkout your mentor's description, and mention their favourite pokemon in the PR description
  10. Further resources

About

you must pass these trials in order to become a true git jedi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 31