Horje
git checkout -f Code Example
createa. branch off of development git
//when on branch 'dev' make branch 'myFeature' off of 'dev'
git checkout -b myFeature dev
git checkout -f
//the below code can recover your last commited files 
git checkout -f 




Shell

Related
Check your PC's SSH Key Code Example Check your PC's SSH Key Code Example
how to recover last commit git Code Example how to recover last commit git Code Example
how to undo last pushed commit Code Example how to undo last pushed commit Code Example
how to view current ssh git Code Example how to view current ssh git Code Example
revert last commit git Code Example revert last commit git Code Example

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