Forums

how to view the diff for my git cloned app?

I have uploaded the new application with git-clone, and put some modifications via console in settings file. How can I get the diff between cloned and edited versions, in PythonAnywhere Console, of course?

Run git diff somewhere in the directory tree that you cloned.

It's work!