yegor256/gitted

`push` should automatically create a pull request in GitHub

Open

#46 opened on Jun 17, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Shell (5 forks)github user discovery
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.

Contributor guide