Y
Hacker News
new
|
ask
|
show
|
jobs
by
inigyou
18 days ago
I think they tried to fix this by adding new separate commands, right? git restore?
1 comments
WorldMaker
18 days ago
Yes, `git switch` and `git restore` are both marked stable now and have relatively clean UX. It can be worth reskilling out of `git checkout` habits and into these two separate commands.
link