GitHub gitignore



Sometimes the .gitignore file does not work with GitHub, to fix it I execute the following:



$ git rm -r --cached . 
$ git commit -a -m "fixed .gitignore"



No comments:

Post a Comment