I thought git complains and doesn't allow you to checkout uncommitted code? Something along the lines of 'please commit or stash your changes before checking out'
It does, they wanted an automatic thing to happen. Imo, i would never want this by default. that complaint/warning has saved me a number of times, from breaking other things
You can do it as long as your changes are only to files that are otherwise identical on both ends of the checkout (meaning there's 0 possibility of conflict).
CableNinja|2 years ago
https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases
Yajirobe|2 years ago
CableNinja|2 years ago
recursivecaveat|2 years ago
unknown|2 years ago
[deleted]