{"id":27010743,"url":"https://github.com/nottherealwallyx/gitblend","last_synced_at":"2025-10-11T00:33:48.099Z","repository":{"id":285631202,"uuid":"958712301","full_name":"NotTheRealWallyx/GitBlend","owner":"NotTheRealWallyx","description":"Python CLI with Git utilities","archived":false,"fork":false,"pushed_at":"2025-10-07T08:13:22.000Z","size":1579,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T10:13:52.210Z","etag":null,"topics":["git","python-cli"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotTheRealWallyx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-01T16:35:03.000Z","updated_at":"2025-10-07T08:13:26.000Z","dependencies_parsed_at":"2025-05-31T17:04:15.151Z","dependency_job_id":"51c9ef35-22aa-4fd5-bdd4-dee859f074fb","html_url":"https://github.com/NotTheRealWallyx/GitBlend","commit_stats":null,"previous_names":["nottherealwallyx/gitblend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotTheRealWallyx/GitBlend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheRealWallyx%2FGitBlend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheRealWallyx%2FGitBlend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheRealWallyx%2FGitBlend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheRealWallyx%2FGitBlend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotTheRealWallyx","download_url":"https://codeload.github.com/NotTheRealWallyx/GitBlend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotTheRealWallyx%2FGitBlend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005655,"owners_count":26083943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","python-cli"],"created_at":"2025-04-04T11:27:15.676Z","updated_at":"2025-10-11T00:33:48.087Z","avatar_url":"https://github.com/NotTheRealWallyx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitBlend\n\n[![Builds](https://github.com/NotTheRealWallyx/GitBlend/actions/workflows/check_test.yml/badge.svg)](https://github.com/NotTheRealWallyx/GitBlend/actions/workflows/ci_entrypoint.yml) [![CodeFactor](https://www.codefactor.io/repository/github/nottherealwallyx/gitblend/badge)](https://www.codefactor.io/repository/github/nottherealwallyx/gitblend) [![codecov](https://codecov.io/gh/NotTheRealWallyx/GitBlend/graph/badge.svg?token=SBBL3LT6AK)](https://codecov.io/gh/NotTheRealWallyx/GitBlend)\n\n![GitBlend image](assets/images/gitblend_image.png)\n\nGitBlend is a Git utility tool that combines Git and GitHub commands to streamline your workflow. It provides a simple CLI interface for managing Git operations, such as deleting tags both locally and remotely.\n\n## Features\n\nGitBlend is a versatile tool designed to simplify your Git and GitHub workflows. Here are some of the key features:\n\n- **Tag Management**: Manage Git tags effortlessly with commands to create, delete, rename, and list tags. Whether you need to annotate a release, clean up old tags, or rename an existing tag, GitBlend provides a streamlined interface for these operations.\n\n  - Create annotated tags with custom messages.\n  - Push tags to remote repositories.\n  - Delete tags both locally and remotely.\n  - Rename tags while preserving their history.\n  - List all tags in your repository.\n\n- **Repository Management**: Keep your repositories up-to-date with the `update-all` command. This command:\n\n  - Recursively finds all Git repositories on your computer.\n  - Updates repositories to the latest changes on the `main` branch.\n  - Optionally skips repositories with uncommitted changes or those not on the `main` branch.\n\n- **Commit Management**: Simplify the process of creating commits with the `commit` command. This includes:\n\n  - Adding all files to the commit with the `--add` flag.\n  - Creating commits even when there are no changes using the `--allow-empty` flag.\n\n- **Remote Management**: Easily manage your repository remotes with dedicated commands.\n\n  - View all configured Git remotes and their URLs with a single command.\n  - Change the URL of any remote (e.g., origin) directly from the CLI.\n\n- **General Commands**: Access helpful utilities like:\n  - Displaying the current version of GitBlend.\n  - Viewing detailed help for all available commands.\n\n## Installation\n\n### Prerequisites\n\n- Python 3.9 or higher\n- [Poetry](https://python-poetry.org/) for dependency management\n- [pipx](https://pypa.github.io/pipx/) for isolated Python package installations\n\n### Steps\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/mikelsanchez/GitBlend.git\ncd GitBlend\n```\n\n2. Run the installation script:\n\n```bash\n./install.sh\n```\n\nThis script will:\n\n- Build the package using Poetry.\n- Install the package using pipx.\n\n## Usage\n\nAfter installation, you can use the `gitblend` command from your terminal, followed by the desired command.\n\n\u003e **Note**: You can also use the shorthand `gib` instead of `gitblend` for all commands. For example:\n\u003e\n\u003e ```bash\n\u003e gib list-tags\n\u003e gib create-tag v1.2.0 --message \"Release v1.2.0\"\n\u003e ```\n\n### Available Commands\n\n#### Tag Management\n\n- `gitblend list-tags`: List all Git tags in the current repository.\n- `gitblend create-tag \u003ctag_name\u003e --message \"\u003ctag_message\u003e\" [--push]`: Create a new Git tag with an optional push to the remote repository.\n- `gitblend delete-tag \u003ctag_name\u003e`: Delete a Git tag both locally and remotely.\n- `gitblend rename-tag \u003cold_tag\u003e \u003cnew_tag\u003e`: Rename an existing Git tag both locally and remotely.\n\n#### Remote Management\n\n- `gitblend show-remotes`: Show all Git remotes for the current repository.\n- `gitblend set-remote-url \u003cremote\u003e \u003curl\u003e`: Change the URL of a Git remote (e.g., origin).\n\n#### Repository Management\n\n- `gitblend update-all [--path \u003cpath\u003e] [--only-clean]`: Update all Git repositories on your computer. Use `--only-clean` to skip repositories that are not on the `main` branch or have uncommitted changes.\n\n#### Commit Management\n\n- `gitblend commit --message \"\u003ccommit_message\u003e\" [--add] [--sign]`: Create a new Git commit with a message. Use `--add` to stage all files before committing. Use `--sign` to sign the commit with your GPG key.\n- `gitblend revert \u003cnumber_of_commits\u003e [--push]`: Revert the last specified number of commits. Use `--push` to push the changes to the remote repository after reverting.\n\n#### General\n\n- `gitblend --help`: Show help information for the GitBlend CLI.\n\n## Uninstallation\n\nTo uninstall GitBlend, run the uninstallation script:\n\n```bash\n./uninstall.sh\n```\n\nThis script will:\n\n1. Uninstall the package using pipx.\n1. Clean up any residual build files.\n\n## License\n\nThis project is licensed under the GNU GPL v3. See the LICENSE file for details.\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnottherealwallyx%2Fgitblend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnottherealwallyx%2Fgitblend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnottherealwallyx%2Fgitblend/lists"}