diff --git a/README.md b/README.md index 515ba9a..7bf7437 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,3 @@ Welcome to Git-Hero, an event conducted under Aparoksha 24, designed to showcase Git-Hero presents participants with a series of challenges that test their understanding and mastery of Git concepts and commands. Challenges may include tasks such as resolving merge conflicts, branching strategies, rebasing, working with remote repositories, and more. Each challenge is designed to simulate real-world scenarios commonly encountered in software development projects. Participants can access the challenges through the Git-Hero platform, where they will find detailed instructions and guidelines for completing each task. Upon completing a challenge, participants can submit their solutions for evaluation. - -## Example Steps - -```bash -# Fork the repository (replace [username] with your GitHub username) -git clone https://github.com/[username]/Aparoksha-24/Git-Hero.git - -# Add the file to the staging area -git add example.txt - -# Add the file to the staging area -git add example.txt - -# Commit your changes -git commit -m "Add changes on master branch" - -# Push changes to your forked repository -git push origin master