Xit icon indicating copy to clipboard operation
Xit copied to clipboard

Drag and drop operations

Open Uncommon opened this issue 14 years ago • 1 comments

  • 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

Uncommon avatar Sep 26 '11 17:09 Uncommon

I had made some cursors for GitX:

https://github.com/Uncommon/gitx/commit/837c9ae5a7ef4b1a75a691a0da49492447cd7355

Uncommon avatar Sep 26 '11 23:09 Uncommon