diff --git a/PR_Shortcuts.md b/PR_Shortcuts.md new file mode 100644 index 00000000..af7ad9d6 --- /dev/null +++ b/PR_Shortcuts.md @@ -0,0 +1,8 @@ +# Open Source Contributions Shortcuts with GitHub CLI + +- `gh repo fork --clone` +- `git pull && npm install` +- `git checkout -b ` +- Contribute your changes +- `git commit -am "" && git push` +- `gh pr create -w`