Updated CONTRIBUTING.md

Added comments for add, commit and push git commands,
This commit is contained in:
GurshehzadSingh 2020-10-01 23:57:53 +05:30 committed by GitHub
parent 497a2bd66f
commit 0cbeea95e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,19 @@ Make your changes
- Add any new useful links to resources with respect to pentesting and vulnerable testintg environments
- Add your name to the CONTRIBUTORS.md file
Commit and push
Commit and push
git add .
//It is used to stage the changed file.
git commit -m 'Commit message'
//It is used to commit the file with a short message.
git push origin branch-name
//It is used to push the file into the local repository.
Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)