Xit
Xit copied to clipboard
Drag and drop operations
- Drag another branch (or multiple*) to the current branch does a
merge - Drag the current branch to another branch does a
rebase - Drag a commit (or multiple*) to the current branch does a
cherry-pick - Drag a commit to the Stage does a
cherry-pick -n - Drag a branch to the Stage does a
merge --squash
* We need to support selecting multiple branches and commits
I had made some cursors for GitX:
https://github.com/Uncommon/gitx/commit/837c9ae5a7ef4b1a75a691a0da49492447cd7355