Skip to content

Instantly share code, notes, and snippets.

@zycon
Created December 9, 2019 06:52
Show Gist options
  • Save zycon/6f56c684e744196b27dd2fdbbc8f51a3 to your computer and use it in GitHub Desktop.
Save zycon/6f56c684e744196b27dd2fdbbc8f51a3 to your computer and use it in GitHub Desktop.
git
// removed gitignored films
git rm -r --cached .
//remove untracked files
git clean -f -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment