kienD / check-this-out

MIT License
3 stars 1 forks source link

Unable to use CTO if untracked files exist #10

Open jwu910 opened 5 years ago

jwu910 commented 5 years ago

User should be able to check out another branch regardless if untracked files exist or not.

Consider allowing users to check out another branch with modified files as well. If the checkout process does not override the current changes, the user should be able to cleanly checkout another branch.

kienD commented 5 years ago

@jwu910 Thanks for reporting the bug! I'll look into it when I get the chance.

revelt commented 4 years ago

basically, the UI could do the same as git branch -l, except, additionally, show the active branch, allow navigation and switching