From e09d58581ae6924010100e82759b5ef0b6517ab1 Mon Sep 17 00:00:00 2001 From: Sarthak Verma <114106172+sarthakvermaa@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:44:23 +0530 Subject: [PATCH] Update README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) 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