Changes

m
no edit summary
Line 34: Line 34:  
* Obtain and copy both the auth token by clicking on the link, and the repo URL that is displayed in the box:
 
* Obtain and copy both the auth token by clicking on the link, and the repo URL that is displayed in the box:
 
* In your git cloned project, add remote repo  
 
* In your git cloned project, add remote repo  
<source lang="bash">
+
<syntaxhighlight lang="bash">
 
git remote add appengine <repo-url>
 
git remote add appengine <repo-url>
</source>
+
</syntaxhighlight>
    
More information on this process here: http://googlecloudplatform.blogspot.fr/2013/07/google-app-engine-hello-world-using.html
 
More information on this process here: http://googlecloudplatform.blogspot.fr/2013/07/google-app-engine-hello-world-using.html