Horje
git force sync with remote Code Example
git force sync with remote
#fetch last commit from remote
git fetch origin 
#pipe commands
&&
#force reset
git reset --hard origin/master
#clean repo from untraced file "NOT Recommended"
git clean -f -d




Shell

Related
fix windows and linux time Code Example fix windows and linux time Code Example
how to kickstart ARD on mac using terminal Code Example how to kickstart ARD on mac using terminal Code Example
how to run pkg file on mac terminal Code Example how to run pkg file on mac terminal Code Example
liburcu ubuntu install Code Example liburcu ubuntu install Code Example
homebrew restart redis Code Example homebrew restart redis Code Example

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