Fast tip, that can be useful if you have deployed your app but you have forgot to push your latest commit and you need to work remotely.
Well, I've just discovered that you can download the source code of every version, both deployed and not.
Nothing cannot be simpler than this. You only need AppEngine SDK, which is obvious if you develop with it ;)
Just execute
appcfg.py download_app -A {APPNAME} -V {VERSION_NUMBER} {DEST_FOLDER}
It'll ask you for OAuth credentials and then it'll start download.. And magic!
You have what you need! Let's start coding now!
Well, I've just discovered that you can download the source code of every version, both deployed and not.
Nothing cannot be simpler than this. You only need AppEngine SDK, which is obvious if you develop with it ;)
Just execute
appcfg.py download_app -A {APPNAME} -V {VERSION_NUMBER} {DEST_FOLDER}
It'll ask you for OAuth credentials and then it'll start download.. And magic!
You have what you need! Let's start coding now!