A bug with the push/pull

We have multiple people working on the same project. I had made changes to the project and decided to sync. Instead of pushing my changes it only pulled the master branch and deleted all of the changes I had made.

1 Like

Ugh, I’m so sorry to hear that :frowning: This is of course something that should never happen.

Are you using any external git tool outside of Defold synchronisation function? It would be interesting to see if there is any git stash of your old files in that case.

Using Defold’s own git

Switch to bitbucket + sourcetree for git version control? It’s a little more effort to keep files in sync, but you can have more peace of mind seeing your changes online.

1 Like

You don’t need to switch to other project hosting to use an external Git tool. Simply add the defold_installation/branches/project_id/user_id/branch folder as a local repository and off you go!

3 Likes