- clone this repo.
git clone https://github.com/lucasnaja/useful-dev-tools.git
- make another branch.
git branch new-branchgit switch new-branch
- make the new changes.
git add .git commit -m "added new tools and vscode extensions"(example)git push origin new-branch- open a pull request in the github.