Horje
git move change from master to new branch Code Example
git move change from master to new branch
git stash						//you can stash the changes in the master branch .
git checkout -b newbranchname	//then checkout the branch
git stash pop					//and pop the changes here




Shell

Related
Files by size Code Example Files by size Code Example
unix timestamp bash Code Example unix timestamp bash Code Example
video trimmer ubuntu Code Example video trimmer ubuntu Code Example
windows xp enable remote desktop cmd Code Example windows xp enable remote desktop cmd Code Example
installing nginx on docker container Code Example installing nginx on docker container Code Example

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