ML-For-Beginners
ML-For-Beginners copied to clipboard
Fixed hyperlinks and knitted the Rmd files to html for beginning half of the repo
- Knitted lesson 1,2,3,4,10 from Rmd to html
- Fixed hyperlinks wherever required in the repo
1
@carlotta94c Done as requested!
Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.
Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.
Hi @carlotta94c . I think it has been fixed now as we discussed. Do let me know if anything else needs to be done from my end. Thanks.
Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.
Hi @carlotta94c . I think it has been fixed now as we discussed. Do let me know if anything else needs to be done from my end. Thanks.
I am sorry, just a quick one. Can you ignore also ML-For-Beginners.Rproj? Also, in the gitignore file you have .Rproj.user mentioned twice.
Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.
Hi @carlotta94c . I think it has been fixed now as we discussed. Do let me know if anything else needs to be done from my end. Thanks.
I am sorry, just a quick one. Can you ignore also ML-For-Beginners.Rproj? Also, in the gitignore file you have .Rproj.user mentioned twice.
No problem, @carlotta94c . Done, please check.