Believe it or not, git checkout
Believe it or not, git checkout
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
10
comments
I confess, I use switch now
2ReplyWe have the best flows in the world... Because of git checkout
1Replyonly just found out how cherry picking works I love it
0ReplyNice, would you explain cherry picking to me, a dummy?
0ReplyYou can copy a commit that was pushed in branch 1 and paste it to branch 2
0Reply
alias git to git checkout
0Reply
You've viewed 10 comments.
Scroll to top