yegor256/gitted
View on GitHub`push` should automatically create a pull request in GitHub
Open
#46 opened on Jun 17, 2025
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (12 stars)
- PR merge metrics
- (PR metrics pending)
Description
When doing push to a branch, we should check whether a pull request already exists in GitHub (if our repository is from GitHub). If a PR is not there yet, we should create with the help of gh command line tool, if it's installed.