https://github.com/10sr/git-worktree-el
Manage git worktrees
https://github.com/10sr/git-worktree-el
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T04:35:32.000Z (over 7 years ago)
- Last Synced: 2025-06-08T01:07:11.085Z (about 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- 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.