$ git branch -v -a
main 99557ef source code
remotes/origin/HEAD -> origin/main
remotes/origin/NewDesign ced7cac New Design
remotes/origin/main 99557ef source code
$ git switch -c NewDesign origin/NewDesign
This will create NewDesign branch in your local machine
Comments
Post a Comment
Students you can ask your doubts in comment section