- Adding new git commands or concepts or tools
- 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.