So I made some changes to my file and now when I check my status it says :
On branch master
Your branch and 'origin/master' have diverged,
and have 1 and 80 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working directory clean
So I try to pull and it says
error: unable to create file docs/com/teamname/tutortrader/C:\nppdf32Log\debuglog.txt (Invalid argument)
I've tried to git rm -f docs/com/teamname/tutortrader/C:\nppdf32Log\debuglog.txt
but it just says that this file doesn't exist. I've also tried rm -f C:\nppdf32Log\debuglog.txt
, but that doesn't exist either.