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.
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?
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/