Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dizzersee/84a6ffae15c107846f86c2a14f63883b to your computer and use it in GitHub Desktop.
Save dizzersee/84a6ffae15c107846f86c2a14f63883b to your computer and use it in GitHub Desktop.
First create or update .gitignore File locally and run
`git rm --cached -r .`
`git add -A`
`git commit -m "Add gitignore"`
`git push`
Now on remote first upload the new gitfile **maually** and then run
`git rm --cached -r .`
`git add -A`
`git pull`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment