Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Gogia authored Oct 1, 2018
1 parent 9f0c806 commit 67d3b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://kamekazi-169920.appspot.com
- Clone the forked repository on your PC. Using this command on your Git bash or any terminal with git support : ``` git clone url ```
- Now create a new branch with this command: ``` git branch new-user-yourname ``` and then use that branch by this command: ``` git checkout new-user-yourname ```
- Go ahead and make changes
- You can add your details in Contributers.md file.
- You can add your details in contributers.md file.
- After making changes use this command to add the changes: ``` git add filename ```, and then ``` git commit -m "Added" ```
- After that use this command: ``` git push origin new-user-yourname ```
- Create a pull request, and wait for Pull Request to get merged.
Expand Down

0 comments on commit 67d3b75

Please sign in to comment.