[ARVADOS] updated: 264b0a629a67888a9d982b3a4398c0e0e4119089

git at public.curoverse.com git at public.curoverse.com
Thu May 8 21:41:44 EDT 2014


Summary of changes:
 .../tutorial-firstscript.html.textile.liquid       |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

       via  264b0a629a67888a9d982b3a4398c0e0e4119089 (commit)
      from  bfd037dee4c82f355816c449dd25921fc2923837 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 264b0a629a67888a9d982b3a4398c0e0e4119089
Author: radhika <radhika at curoverse.com>
Date:   Thu May 8 21:40:18 2014 -0400

    2767: Fix subtasks 2395, 2396, 2397, 2398, 2399.

diff --git a/doc/user/tutorials/tutorial-firstscript.html.textile.liquid b/doc/user/tutorials/tutorial-firstscript.html.textile.liquid
index 46edd2f..d7d2c40 100644
--- a/doc/user/tutorials/tutorial-firstscript.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-firstscript.html.textile.liquid
@@ -25,11 +25,13 @@ On the Arvados Workbench, navigate to "Compute %(rarr)→% Code repositories"
 Next, on the Arvados virtual machine, clone your Git repository:
 
 <notextile>
-<pre><code>~$ <span class="userinput">git clone git at git.{{ site.arvados_api_host }}:<b>you</b>.git</span>
+<pre><code>~$ <span class="userinput">cd</span>
+~$ <span class="userinput">git clone git at git.{{ site.arvados_api_host }}:<b>you</b>.git</span>
 Cloning into '<b>you</b>'...</code></pre>
 </notextile>
 
-This will create a Git repository in the directory called *@you@*.
+This will create a Git repository in the directory called *@you@* in your home directory. Say yes when prompted to continue with connection.
+Ignore any warning that you are cloning an empty repository.
 
 {% include 'notebox_begin' %}
 For more information about using Git, try
@@ -75,7 +77,7 @@ Next, commit your changes.  All staged changes are recorded into the local git r
 <notextile>
 <pre><code>~/<b>you</b>/crunch_scripts$ <span class="userinput">git commit -m"my first script"</span>
 [master (root-commit) 27fd88b] my first script
- 1 file changed, 33 insertions(+)
+ 1 file changed, 45 insertions(+)
  create mode 100755 crunch_scripts/hash.py</code></pre>
 </notextile>
 
@@ -87,7 +89,7 @@ Counting objects: 4, done.
 Compressing objects: 100% (2/2), done.
 Writing objects: 100% (4/4), 682 bytes, done.
 Total 4 (delta 0), reused 0 (delta 0)
-To git at git.qr1hi.arvadosapi.com:you.git
+To git at git.qr1hi.arvadosapi.com:<b>you</b>.git
  * [new branch]      master -> master</code></pre>
 </notextile>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list