Want to make a branch ?
git checkout
Want to make switch branches ?
git checkout
Want to get a specific file version ?
git checkout
Want to get remove changes to one file ?
Believe it or not, also
git checkout
You must log in or # to comment.
I confess, I use switch now
alias git to git checkout
only just found out how cherry picking works I love it