Skip to content

Commit

Permalink
Merge pull request #952 from love-ode/patch-1
Browse files Browse the repository at this point in the history
Create Readme
  • Loading branch information
carloscds committed Nov 8, 2017
2 parents c822a28 + 464c3d3 commit 468e04b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Create Readme
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Hacktoberfest Sign In Sheet 2017!

The goal of this repo is to help beginners who are doing their first pull requests. Feel free to join!

Instruction

In the index file, look for the 'ol' tag. Then insert a 'li' tag with your link to your profile.

Git and Pull Request Resources

Github
The Net Ninja
Awesome-Git
How to Create a Pull Request

Click on the fork on the top to fork this repo.
Go to your repo where you forked the project.
Hit the clone button on your forked repo and copy the given link.
On your terminal / command prompt, type "git clone [put the link here]".
Change the index file in the folder.
Afterward, on your terminal / command prompt, type "git add index.html"; then 'git commit -m "[type a message]" '.
Create a remote to link the repository on github to your local workspace. use "git remote add [remote-name] [put the github link here]"
Push the commit. For example, type "git push [remote-name] master".
Go back to the original repo.
Hit "new pull request" and compare between forks.
Confirm the pull request and that's it!

0 comments on commit 468e04b

Please sign in to comment.