Thanks a lot for uploading this. I was wondering what this 'a new branch' means when I ran the git checkout command. Your video appeared right on top of the search results addressing exactly the same query that I had in my mind.
@MohammedAbubakar-yj4sl2 жыл бұрын
very nice explaination leela ,thnx for your valuable videos
@ScorpioFNBR6 ай бұрын
Hi, Please clarify that, i have create one more remote branch1a on branch1 and how to switch from master to that branch on local thourgh git commands.
@smartguy3k8 ай бұрын
Awesome. Thank you so much.
@mr.anonymous2982 жыл бұрын
Nice explanation, thanks
@digishah2 жыл бұрын
Thank you so much
@him99ful2 жыл бұрын
excellent
@gloriajeptepkeny69082 жыл бұрын
Thank you sir
@nithinjohn1353 жыл бұрын
Can we do it with git checkout also?
@LeelaWebDev3 жыл бұрын
yeah we can do it
@nithinjohn1353 жыл бұрын
@@LeelaWebDev any difference in command
@sayantanmanna13603 жыл бұрын
@@nithinjohn135 just use git checkout branch_name for creating this type of branch. Adding the -b flag will create a new branch but it will not track the corresponding remote branch.