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

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -