https://github.com/bergercookie/fish-plugin-git-utils
git-related utilities for the fish shell
https://github.com/bergercookie/fish-plugin-git-utils
fish-plugin
Last synced: about 1 year ago
JSON representation
git-related utilities for the fish shell
- Host: GitHub
- URL: https://github.com/bergercookie/fish-plugin-git-utils
- Owner: bergercookie
- License: mit
- Created: 2022-08-28T16:08:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T16:32:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T23:46:00.593Z (over 1 year ago)
- Topics: fish-plugin
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🔌 fish_plugin_git_utils

## Description
This repo includes git-related utilities for the fish shell.
Currently it includes the following shortcuts:
- `gabort`: Runs `git rebase --interactive` if in the middle of a rebase or
`git cherry-pick --interactive` if in the middle of a cherry-pick operation
- `gcont`: Runs `git rebase --interactive` if in the middle of a rebase or
`git cherry-pick --interactive` if in the middle of a cherry-pick operation
## Installation
Use a fish plugin manager, like [fisher](https://github.com/jorgebucaran/fisher)
to install this plugin
```sh
fisher install bergercookie/fish-plugin-git-utils
```
## Miscellaneous
- [Contributing Guide](CONTRIBUTING.md)
- Boilerplate for this plugin was created using
[fish_plugin_cookiecutter](https://github.com/bergercookie/fish_plugin_cookiecutter)
## Self Promotion
If you find this tool useful, please
[star it on Github](https://github.com/bergercookie/fish-plugin-git-utils) and
consider donating.
## TODO List
See [ISSUES list](https://github.com/bergercookie/fish-plugin-git-utils/issues)
for the things that I'm currently either working on or interested in
implementing in the near future. In case there's something you are interesting
in working on, don't hesitate to either ask for clarifications or just do it and
directly make a PR.