Skip to content

Instantly share code, notes, and snippets.

@nimaiwalsh
Last active May 11, 2023 05:02
Show Gist options
  • Save nimaiwalsh/294bd534cb9ad38e2b5bf4e123741f65 to your computer and use it in GitHub Desktop.
Save nimaiwalsh/294bd534cb9ad38e2b5bf4e123741f65 to your computer and use it in GitHub Desktop.
GiT commands
# Remove directories and files that aren’t in git from your own local working copy you can do so by running
git clean -d -f -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment