https://github.com/gerardnico/giture
Git commands, for your pleasure (Flow, Backup, Multiple Repo Executions)
https://github.com/gerardnico/giture
git-backup git-execution git-flow git-plugin git-plugins
Last synced: about 2 months ago
JSON representation
Git commands, for your pleasure (Flow, Backup, Multiple Repo Executions)
- Host: GitHub
- URL: https://github.com/gerardnico/giture
- Owner: gerardnico
- License: apache-2.0
- Created: 2024-09-01T18:11:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-18T18:50:46.000Z (3 months ago)
- Last Synced: 2025-12-21T05:38:13.088Z (3 months ago)
- Topics: git-backup, git-execution, git-flow, git-plugin, git-plugins
- Language: Shell
- Homepage: https://tools.gerardnico.com/giture/
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Giture - Git commands for your Pleasure
## About
`Giture` is a collection of Git command extensions.
## How this repository can help you?
This repository contains commands that will help you:
* [in your git flow with minimal command (double letters without any arguments)](https://tools.gerardnico.com/giture/docs/git-flow)
* [execute a command against multiple repositories](https://tools.gerardnico.com/giture/docs/git-exec)
* [backup your GitHub repositories](https://tools.gerardnico.com/giture/docs/git-backup)
## Installation
Mac / Linux / Windows WSL with HomeBrew
```bash
brew install gerardnico/tap/giture
```
For more installation options, see the [installation page](https://tools.gerardnico.com/giture/docs/installation)