[ARVADOS] updated: edb109c244d25fb9a963a2146953710fd4d77099

git at public.curoverse.com git at public.curoverse.com
Mon Jul 20 10:36:05 EDT 2015


Summary of changes:
 doc/user/tutorials/tutorial-submit-job.html.textile.liquid | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  edb109c244d25fb9a963a2146953710fd4d77099 (commit)
      from  77aeb6fdedab3d2aac25120e5a99317155c9f26e (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 edb109c244d25fb9a963a2146953710fd4d77099
Author: radhika <radhika at curoverse.com>
Date:   Mon Jul 20 10:35:44 2015 -0400

    6617: updated git config doc

diff --git a/doc/user/tutorials/tutorial-submit-job.html.textile.liquid b/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
index ee93696..15441e1 100644
--- a/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-submit-job.html.textile.liquid
@@ -39,10 +39,12 @@ Ignore any warning that you are cloning an empty repository.
 
 *Note:* If you are prompted for username and password when you try to git clone using this command, it would mean that git config needs to be updated. Execute the following commands to update your git configuration.
 
+<notextile>
 <pre>
-git config 'credential.https://git.{{ site.arvados_api_host }}/.username' none
-git config 'credential.https://git.{{ site.arvados_api_host }}/.helper' '!cred(){ cat >/dev/null; if [ "$1" = get ]; then echo password=$ARVADOS_API_TOKEN; fi; };cred'
+<code>~$ <span class="userinput">git config 'credential.https://git.{{ site.arvados_api_host }}/.username' none</span></code>
+<code>~$ <span class="userinput">git config 'credential.https://git.{{ site.arvados_api_host }}/.helper' '!cred(){ cat >/dev/null; if [ "$1" = get ]; then echo password=$ARVADOS_API_TOKEN; fi; };cred'</span></code>
 </pre>
+</notextile>
 
 {% include 'notebox_begin' %}
 For more information about using Git, try

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list