If you are new to Git and would like to try cloning a repo and making a pull request.
- Click on the fork on the top to fork this repo.
- Go to your repo where you fork the project.
- Hit the clone button on your forked repo and copy the link.
- On your (terminal) or (command prompt), type "git clone (put the link here)".
- In the index file, look for the <li class="list-group-item tag. Then change or insert a new 'li' tag with your link to your profile save the changes.
- Afterward, on your (terminal) or (command prompt), type "git add index.html"; then 'git commit -m "type a message". (Example “added my profile to index”).
- Now Push the commit. Type ("git push origin master").
- Go back to the your repo.
- Hit "new pull request" and compare between forks.
- Confirm the pull request thats all folks.
- Make sure git is installed.
- If you’re having trouble please watch Traversy Media video on Git & GitHub Crash Course for Beginners.