yegor256/gitted

`push` should automatically create a pull request in GitHub

Open

#46 创建于 2025年6月17日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Shell (5 fork)github user discovery
enhancementgood first issuehelp wanted

仓库指标

Star
 (12 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南