Last active
May 11, 2023 05:02
-
-
Save nimaiwalsh/294bd534cb9ad38e2b5bf4e123741f65 to your computer and use it in GitHub Desktop.
GiT commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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