Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

git git-flow pip python
7 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub
bug help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python
bug help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python
bug help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python
bug help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python

AI Summary: Implement a new function, `fail_it`, in the `commons.sh` script of the `gitted` project. This function should take a string as input, print it as a warning message, and then exit with a status code of 1. This will replace the current pattern of using `warn_it` followed by `exit 1`.

Complexity: 2/5
enhancement help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python

AI Summary: Modify the Git commit message generation scripts within the `gitted` project to exclude changes to large files (like `package-lock.json`) from the prompt sent to the OpenAI API. This prevents excessively long prompts that might exceed API limitations or negatively impact the quality of the generated commit message.

Complexity: 4/5
bug help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python

AI Summary: Enhance the `gitted` tool's `push` command to automatically create a GitHub pull request if one doesn't already exist for the branch. This involves checking for existing PRs using the GitHub CLI (`gh`), and creating a new PR if necessary. The solution should integrate seamlessly with the existing `gitted` workflow and handle potential errors gracefully.

Complexity: 3/5
enhancement help wanted good first issue

Custom Git commands and Bash scripts to streamline key operations—with a little help from ChatGPT

Shell
#git#git-flow#pip#python