SyntaxFix
Write A Post
Hire A Developer
Questions
I used those following steps:
git rm -r --cached . git add --all . git commit -a -m "Versioning untracked files" git push origin master
For me is a simple solution