Skip to content

sunnyday90210/my-first-pull-request-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My first pull request

If you are new to Git and would like to try cloning a repo and making a pull request.

Git and Pull Request Resources

Instruction for this Repo

  • 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.

Installation

  • Make sure git is installed.
  • If you’re having trouble please watch Traversy Media video on Git & GitHub Crash Course for Beginners.

About

I created this tutorial so people new to GitHub can try and make a first pull request with no pressure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages