Jun 17 2016 Overwrite Local Files From remote repo Branch 별 Sync 작업하다 꼬여서 이도저도 못하게 되었을때Remote Repo에서 Local로 Sync 맞춰 Overwrite해주는간단한 방법. $git fetch --all $git reset --hard origin/master $git reset --hard origin/other_branch git, command Comments Please enable JavaScript to view the comments powered by Disqus.
Comments