amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

how-to-checkout-git-branches-interactively/ #96

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

How to checkout Git branches interactively — Amit Merchant — A blog on PHP, JavaScript, and more

Working with Git, the one thing that you would do more often is to checkout branches. The way to checkout to a branch is by using the git checkout command.

https://www.amitmerchant.com/how-to-checkout-git-branches-interactively/

nailend commented 1 year ago

Thanks for this nice hack. How do you handle remote branches, you haven't checked out yet? This always end up in on a detached-head. Do you have any recommendation?