mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-13 21:57:05 +00:00
Add worktree
worktree adds functions that wrap `git worktree`
This commit is contained in:
parent
2c59989d92
commit
891dc7decd
1 changed files with 1 additions and 0 deletions
|
@ -1006,6 +1006,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
* [whobrokemycode](https://github.com/cameronbroe/whobrokemycode) - Highlight where a particular line was last changed in a file using `git blame`.
|
||||
* [windows-title](https://github.com/mdarocha/zsh-windows-title/issues) - Dynamically updates terminal window title with current directory and the last command run.
|
||||
* [workon](https://github.com/bryanculver/workon.plugin.zsh) - Simple utility for jumping between projects.
|
||||
* [worktree](https://github.com/jspears/worktree) - Adds functions that wrap `git worktree`.
|
||||
* [ugit](https://github.com/Bhupesh-V/ugit) - Lets you undo your last `git` operation.
|
||||
* [xxh-plugin-zsh-zshrc](https://github.com/roman-geraskin/xxh-plugin-zsh-zshrc) - plugin for [xxh-shell-zsh](https://github.com/xxh/xxh-shell-zsh) that copies your `~/.zshrc` to a remote host and sources it with [xxh-shell-zsh](https://github.com/xxh/xxh-shell-zsh).
|
||||
* [yadm](https://github.com/juanrgon/yadm-zsh) - Displays a warning if there are local yadm configuration changes.
|
||||
|
|
Loading…
Reference in a new issue