Skip to content

Challenge 1 #1

@pranshukharkwal

Description

@pranshukharkwal

Hope you read the plot. We want to have the names of all those who are ready to help the DehlaPakad team.

In this challenge, you will learn the most basic git workflow i.e forking a repository, making a clone, making changes and making a pull request. Here are the tasks

  1. Fork this repo
  2. Clone the forked repo using git clone https://github.com/{your-github-username}/git_hero_2021
  3. Make a new branch with the name challenge1 using git checkout -b challenge1
  4. Edit the participants.md file and add yourself to it like Name (Roll No) as an example Anmol (b19069).
  5. Stage the changes using git add participants.md
  6. Commit the changes using git commit -m "{your commit message}"
  7. Push the changes using git push origin challenge1
  8. Make a pull request from github. In the pull request description, write 'Solved Challenge 1 #1'

TIP : Write proper commit messages for more marks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    5beginnerThese are beginner friendly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions