After I committed two PDFs using "Git add - a", it led to my next problem, Error 128.
I am very new to this Get Repository thing. I am not sure how to fix it with the Go Daddy Terminal. Any help is sincerely appreciated.
After I committed two PDFs using "Git add - a", it led to my next problem, Error 128.
I am very new to this Get Repository thing. I am not sure how to fix it with the Go Daddy Terminal. Any help is sincerely appreciated.

You would need a
git stashor agit commitbefore doing yourgit pullas part of your manual pull deployment.Since pull does a fetch+merge, the merge part would fail if your working tree is not clean (meaning they are modifications in progress, not yet committed).