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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -