I’ve just completed the Getting Started Tutorial during which I did a couple of synchronize operations. I am experienced with git so that presented no problems; I staged the files I’d edited, set the commit message and pushed the changes, however my dashboard is showing no activity under the Team tab.
What am I doing wrong?
D:\Source\Defold\Getting Started Tutorial>git log
commit faf9f24dda08bfd563405c8c203b841f8ffdeb07 (HEAD -> master, origin/master)
Author: Andy Duplain <andy@domain.com>
Date: Tue Oct 17 19:10:30 2017 +0100
Complete the game.
commit 45d0d0b1c1adef0fe90baedb8b0cb3bcde49c19d
Author: Andy Duplain <andy@domain.com>
Date: Mon Oct 16 20:00:04 2017 +0100
Initial.
commit 7a56ad906744ac0b60c62cc0a9bf5084f558e7e3
Author: builder <builder@ip-10-0-0-53.eu-west-1.compute.internal>
Date: Mon Oct 16 08:38:44 2017 +0000
Initial commit
D:\Source\Defold\Getting Started Tutorial>git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
D:\Source\Defold\Getting Started Tutorial>git status origin/master
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
D:\Source\Defold\Getting Started Tutorial>