Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 604 Bytes

CONTRIBUTING.eng.md

File metadata and controls

19 lines (15 loc) · 604 Bytes

Contributing

Welcome

You can contribute in the following ways:

  • Adding new git commands or concepts or tools

Thank you for want to help to contribute to this project! :octocat:

  • Fork this repo on GitHub.
  • Clone the forked repository to your local system.
    • git clone https://github.com/YOUR_USERNAME/git-commands.git
  • Make another branch.
    • git checkout -b NAME_OF_YOUR_BRANCH``
  • Make the new changes and, when finished, make:
  • git add .
  • git commit -m "YOUR_COMMIT_MESSAGE"
  • git push origin NAME_OF_YOUR_BRANCH``
  • Open a pull request on GitHub for this repo.