Creating pull request
What you'll learn
- Using "Create PR" button to create a pull request
Prerequisites
- Your repository has remote pointed to github with format that looks like this
- https://github.com/<owner>/<repo>.git
- git@github.com:<owner>/<repo>.git
- You have provided the personal access token (PAT) in the app
- Support for Github enterprise with SSO haven't been tested yet. It may not work.
Create Pull Request
In Superlog, opening a pull request is the only way to get your commit into the main branch. You can use "Create PR" button to do that.
Equivalent git commands:
- git push
- Open pull request in github
Previous
« 2. After coding
Next
4. Iterating on feedback »