Created
December 7, 2019 12:11
-
-
Save dizzersee/84a6ffae15c107846f86c2a14f63883b to your computer and use it in GitHub Desktop.
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
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