You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Fork this repo
Clone the forked repo using git clone https://github.com/{your-github-username}/git_hero_2021
Make a new branch with the name challenge1 using git checkout -b challenge1
Edit the participants.md file and add yourself to it like Name (Roll No) as an example Anmol (b19069).
Stage the changes using git add participants.md
Commit the changes using git commit -m "{your commit message}"
Push the changes using git push origin challenge1
Make a pull request from github. In the pull request description, write 'Solved Challenge 1 #1'
TIP : Write proper commit messages for more marks.
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
git clone https://github.com/{your-github-username}/git_hero_2021challenge1usinggit checkout -b challenge1participants.mdfile and add yourself to it likeName (Roll No)as an exampleAnmol (b19069).git add participants.mdgit commit -m "{your commit message}"git push origin challenge1TIP : Write proper commit messages for more marks.