Answers for "which command will you use to change a branch?"

4

git change branch

git switch <branch_name>	 // switches to branch

git checkout <branch_name> 	// deletes file that were not pushed and just copies the branch to local repo
Posted by: Guest on July-12-2021

Code answers related to "which command will you use to change a branch?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language