How can I get more information about my version controlled files?

I have never quite understood how defold stores files and I find the system a bit confusing. Also, I am not a very organised person and often go for long times without working on my project. Is there anyway I can look at the online space where my files are stored and see what the last version was, what files were changed, etc?

The most useful thing would be to see whate files were changed and when (i thought I had created a load of new levels about a month ago, and now I cannot find them).

Defold uses git. On your dashboard on the “team” page for your project you get a short list of recent commits, but that’s really basic. To get the whole deal you can use the git command line, or grab a graphical git client like GitKraken and open your project folder. That will show you everything that you have changed and synchronized.

4 Likes