touch new-file.text git add new-file.txt git commit -m "Added new-file.text" git push origin my-feature-name Now, you can create a PR in the GitHub user interface. Visit your repo and click the "New Pull Request" button, and you can create your PR from there.
↧