5 ms·
When I've done similar upgrades, I've often found it quicker to have the previous code available to me in another checked out repo rather than switch branches a
by barrym 15y ago
When I've done similar upgrades, I've often found it quicker to have the previous code available to me in another checked out repo rather than switch branches and have to deal with any possible uncommitted changes issues.
- philwelch 15y agoYou can also use git stash for that.