steps to switching to another branch in git from commandline -
when in commandline, command display branches , switch 1 git branch git branch?
i dont want create new branch, want switch existing branch
listing branches [non-remote branches]:
git branch switching branch:
git checkout <branch_name>
Comments
Post a Comment