- Fork this repository
- Clone it
git clone <your_fork>
- Create a new file
your_name.name
(it must have.name
suffix) - Put message into the first line
- Add the new file to stage
git add <your_name.name>
- Commit your
.name
file - `git commit -m "" - Push it
git push
- Create a pull request https://github.com/Saljack/inventi-git
Do not forget to setup your git email
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com