https://github.com/jlduran/git-arc-oh-my-zsh-plugin
Oh My ZSH plugin for git-arc
https://github.com/jlduran/git-arc-oh-my-zsh-plugin
Last synced: about 1 month ago
JSON representation
Oh My ZSH plugin for git-arc
- Host: GitHub
- URL: https://github.com/jlduran/git-arc-oh-my-zsh-plugin
- Owner: jlduran
- License: mit
- Created: 2024-09-27T05:27:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T05:37:06.000Z (7 months ago)
- Last Synced: 2025-01-30T03:27:56.072Z (3 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - git-arc (⭐0) - Adds aliases and functions for [git-arc (⭐7.8k)](https://github.com/freebsd/freebsd-src/tree/main/tools/tools/git), a FreeBSD development tool. (Recently Updated / [Oct 01, 2024](/content/2024/10/01/README.md))
README
# git arc plugin
The git arc plugin provides [aliases](#aliases) and [functions](#functions) for [git-arc](https://github.com/freebsd/freebsd-src/tree/main/tools/tools/git), a FreeBSD development tool.
To use it, add `git-arc` to the plugins array in your zshrc file:
```zsh
plugins=(... git-arc)
```## Aliases
| Alias | Command |
| :------- | :------------------ |
| `garc` | `git arc create` |
| `garcl` | `git arc create -l` |
| `garl` | `git arc list` |
| `gars` | `git arc stage` |## Functions
| Function | Command |
| :------- | :--------------------------------------- |
| `garlm` | `git arc list main.."$(current_branch)"` |
| `garu` | `git arc update "$(current_branch)"` |