Horje
how to switch branches in git Code Example
git switch branch
git switch branch_name

git checkout branch_name 
git command to create a branch from another branch
$ git checkout -b myfeature dev
how to switch branches in git
- git checkout branch_name --> goes to branch that already exists
- git checkout -b <branch_name> --> creates a new branch and switches to it.
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




Shell

Related
how to install mongodb in ubuntu Code Example how to install mongodb in ubuntu Code Example
creating new repository Code Example creating new repository Code Example
jq examples Code Example jq examples Code Example
How to start MongoDB in Linux Code Example How to start MongoDB in Linux Code Example
whatsapp web for ubuntu Code Example whatsapp web for ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9