ungit icon indicating copy to clipboard operation
ungit copied to clipboard

rebase with no changes

Open simonwiles opened this issue 5 years ago • 0 comments

I regularly run into the situation where I rebase one branch on another, and resolve conflicts by completely scrapping changes on the checked out branch. At this point, I can't continue with the rebase, and git gives the message "No changes - did you forget to use 'git add'?". The resolution is to use git rebase --skip on the command-line, but it would be nice if ungit presented this option.

See related: #1097.

Thanks!

simonwiles avatar May 25 '19 17:05 simonwiles