Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save makelefy/a69aa20fb0cdab749e4e1c9aaa5a1953 to your computer and use it in GitHub Desktop.

Select an option

Save makelefy/a69aa20fb0cdab749e4e1c9aaa5a1953 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 .
#fork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment