https://github.com/dehlen/git-tree-zsh
zsh plugin to work with git worktrees
https://github.com/dehlen/git-tree-zsh
Last synced: 5 months ago
JSON representation
zsh plugin to work with git worktrees
- Host: GitHub
- URL: https://github.com/dehlen/git-tree-zsh
- Owner: dehlen
- License: mit
- Created: 2022-01-20T13:15:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T13:03:37.000Z (over 3 years ago)
- Last Synced: 2025-03-12T12:43:48.476Z (8 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - git-tree - [fzf](https://github.com/junegunn/fzf) powered `git worktree` helper. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - git-tree - <b><code> 75058⭐</code></b> <b><code> 2613🍴</code></b> [fzf](https://github.com/junegunn/fzf)) powered `git worktree` helper. (Plugins / ZSH on Windows)
README
# Install via [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/)
```zsh
git clone git@github.com:dehlen/git-tree-zsh.git "$ZSH_CUSTOM/plugins/git-tree-zsh"
```
- Add to your `~/.zshrc` plugins array `plugins=(... git-tree-zsh)`
- Run `source ~/.zshrc` or restart your shell to activate