Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created June 21, 2015 12:49
Show Gist options
  • Select an option

  • Save axilaris/a19d2b2c083d17d981d6 to your computer and use it in GitHub Desktop.

Select an option

Save axilaris/a19d2b2c083d17d981d6 to your computer and use it in GitHub Desktop.
$ git clean -f
Removing Library/ShaderCache/0/019104cd4a6a0ff88ad7136bedc346ba.bin
Removing Library/ShaderCache/0/026ad488e9d268cc9bc9422a52df7196.bin
Removing Library/ShaderCache/0/028af8209a04f4669c4ff48b16bb0a3d.bin
Removing Library/ShaderCache/0/0409b3dd0e0188dc72806b72feb047a3.bin
Removing Library/ShaderCache/0/04e9d1eb6bf95914bf4e7434b26a104f.bin
Removing Library/ShaderCache/0/06064408a29cdbc2d9b71d42220cb330.bin
Removing Library/ShaderCache/0/0649c009b4f83a7ccdf37a77b2e1386b.bin
Removing Library/ShaderCache/0/06d6127a40c5af0c36616861581bfc53.bin
.....
$ git reset --hard HEAD
Checking out files: 100% (2375/2375), done.
HEAD is now at d1af8ca graphics for appstore and googleplay
$ git status
On branch SpanishPro_1.0_Branch
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: ._Assembly-CSharp-Editor-vs.csproj
deleted: ._Assembly-CSharp-Editor.csproj
deleted: ._Assembly-CSharp-vs.csproj
deleted: ._Assembly-CSharp.csproj
deleted: Assets/Bridge and Mountain/BridgeAndWaterfall.fbm/._LightWood.png
deleted: Assets/Character Animation/Blue/blue_jump.fbm/._bluemouthbi1-01.jpg
deleted: Assets/Character Animation/Pink/pink_jump.fbm/._pinkmouthdefault-01.jpg
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment