Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Last active July 25, 2016 13:10
Show Gist options
  • Save nkgokul/79121d5ec78b378f9bea4a3c07b03b87 to your computer and use it in GitHub Desktop.
Save nkgokul/79121d5ec78b378f9bea4a3c07b03b87 to your computer and use it in GitHub Desktop.
Git Force Clean local and pull from server
sudo git clean -df && sudo git stash && git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment