Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/10sr/git-worktree-el
- Owner: 10sr
- License: unlicense
- Created: 2019-02-06T03:33:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T04:35:32.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T20:41:07.010Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.