Published using Google Docs
Git and Github - Day 3
Updated automatically every 5 minutes

     Git and Github -  Day 3

In the past few days, you have learned the basics of Github and how to push your own project to Github. After completing all tasks you would be familiar with other most important things such as how you can contribute to someone other’s project and make a PR. You would also learn how to work with different branches and all stuff.

Forking a repo and making a PR

Article1,

Tutorial1

What are branches in GitHub?

Tutorial1

Creating a new branch and pushing it to GitHub

Tutorial1

After watching all the above tutorials make sure that you have understood how to fork a repo, clone it, make some changes, commit it, push to GitHub, and make a PR. If you have any doubts about this please clear your doubt and then move forward.

Now you need to do the following things in order to complete this task as completed.

  1. Fork this repo Github Repo
  2. Clone it.
  3. Do the following changes with your master branch
  1. Create a directory with your name
  2. Add 2 txt files in that directory, one in which you add your introduction and in second you can add the questions and answers of Day 1 and Day 2 tasks.
  3. Commit the changes you have done, after that push it to GitHub.
  4. Lastly, make a PR with the changes you have done.

Once you have done it, again do the following:

  1. Create a new branch at your local.
  2. Make some changes using that branch.
  3. Commit the changes and push that newly created branch to Github.
  4. Once done, make a PR with this newly created branch.

Good Luck!