Skip to content

Instantly share code, notes, and snippets.

View Hexodus's full-sized avatar

Adrian Maleska Hexodus

  • Wiesbaden - Germany
View GitHub Profile
@tuongaz
tuongaz / git_untrack_file_folder
Created January 9, 2013 20:12
Untrack file or folder
git rm -r --cached <your directory>
git commit -m 'Untrack files....'