Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/10sr/git-worktree-el

Manage git worktrees
https://github.com/10sr/git-worktree-el

Last synced: 2 days ago
JSON representation

Manage git worktrees

Awesome Lists containing this project

README

        

git-worktree-el
===============

Manage git worktrees

*Currently this package is in early state and does not support many of git-worktree features, contributions are welcome!*

Usage
-----

`M-x git-worktree` to open a git-worktree buffer.

Inside of this buffer, you can use following keybind:

- **ENTER** Go to directory at point (git-worktree-mode-go)
- **A** Add new worktree to git repository (git-worktree-mode-add)
- **R** Move worktree path at point (git-worktree-mode-move)
- **D** Remove worktree at point (git-worktree-mode-remove)

License
-------

This software is relased under Unlicense. See `LICENSE` for details.