-
Clone o repo:
$ git clone https://github.com/welksonramos/awesome-br-cli.git
-
Crie uma nova branch para sua feature:
$ git checkout -b my-new-feature
-
Commit suas alterações:
$ git commit -m "Add some feature"
-
Envie para o branch:
$ git push origin my-new-feature
-
Envie seu Pull Request