Saw some cool new Git commands show up! What'y'all think?
Mislav Marohnić@mislavThe `git checkout` command was confusingly named and too overloaded in functionality.
“How do I switch to a branch?” - checkout
“How do I restore a file to a previous version?” - checkout
Enter Git 2.23:
- `git switch <branch>`
- `git restore <file>`
github.com/git/git/blob/m…14:00 PM - 17 Dec 2019
I personally will be trying these out today as I work.
Top comments (0)