Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakvermaa authored Mar 18, 2024
1 parent 9f3934a commit e09d585
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e09d585

Please sign in to comment.