Thursday, August 10, 2017

GIT- Switched to a new local branch by using a remote branch



Here I want to share simple way of creating a git local branch by using a remote branch, this often happens when you already created a feature branch in a remote area but you need to checkout or switch to that particular branch in your local git environment here are the syntax and steps