Skip to content

This repository is for the purpose of practising git concepts like branching and merging

Notifications You must be signed in to change notification settings

SachdevJai/git-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Git Practice Repository

Welcome to the Git Practice repository! This space is dedicated to honing 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

  10. If you wish to practice more learngitbranching is an amazing resource

About

This repository is for the purpose of practising git concepts like branching and merging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published