Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexf0901/6befeed26e461e44e468e847df8a91b5 to your computer and use it in GitHub Desktop.
Save alexf0901/6befeed26e461e44e468e847df8a91b5 to your computer and use it in GitHub Desktop.
Usefull git commands
# Remove all cached files to ensure there are no .gitignore files being tracked
git rm --cached -r .
# Track the files that should be tracked
git add .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment