This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 86869ff  Automated site publishing by Jenkins build 463
86869ff is described below

commit 86869ff0bdd9af403fc89ba143a08122b2945515
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Jan 24 12:03:04 2019 +0000

    Automated site publishing by Jenkins build 463
---
 content/kb/docs/ide/git.html | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

diff --git a/content/kb/docs/ide/git.html b/content/kb/docs/ide/git.html
index 9554fbb..2b096bf 100644
--- a/content/kb/docs/ide/git.html
+++ b/content/kb/docs/ide/git.html
@@ -152,7 +152,7 @@
 </div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="3">
 <li>
 <p>Specify the path to the repository you are going to store your versioned 
files in the  <code>Initialize a Git Repository </code>  dialog box or click 
Browse and browse for the directory required.</p>
 </li>
@@ -206,7 +206,7 @@ You can open  <code>Window</code>  &gt;  
<code>Output</code>  &gt;  <code>Output
 </div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="2">
 <li>
 <p>At the Repository page, specify the path to a Git repository location, user 
name and password (you can save them for the future if required).</p>
 </li>
@@ -283,10 +283,14 @@ You need to have a GitHub account and be a project member 
in order to clone via
 </li>
 <li>
 <p>(<strong>Skip if using SSH-agent or Pageant for automated SSH access to the 
Git server.</strong>) Complete the following steps to access the Git server 
using your private SSH key and a passphrase:</p>
-</li>
+<div class="ulist">
+<ul>
 <li>
 <p>Specify the path to the key file, for example  <code>C:\Users\key</code> 
.</p>
 </li>
+</ul>
+</div>
+</li>
 </ol>
 </div>
 <div class="admonitionblock note">
@@ -301,14 +305,15 @@ The OpenSSH private key format is required. Keys 
generated by PuTTYgen for Micro
 </tr>
 </table>
 </div>
-<div class="olist arabic">
-<ol class="arabic">
+<div class="ulist">
+<ul>
 <li>
 <p>Enter the passphrase for the key file, for example,  <code>abcd</code> .</p>
 </li>
 <li>
 <p>(Optional) Select the Save Passphrase option if required.</p>
-</li>
+<div class="olist arabic">
+<ol class="arabic" start="6">
 <li>
 <p>(<strong>Applies if using SSH-agent or Pageant for automated SSH access to 
the Git server.</strong>) Leave the Private Key File and Passphrase fields 
empty to get authenticated access from the IDE to the Git server via correctly 
configured SSH-agent or Pageant.</p>
 </li>
@@ -317,6 +322,9 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 </li>
 </ol>
 </div>
+</li>
+</ul>
+</div>
 <div class="openblock feature">
 <div class="content">
 <div class="imageblock left">
@@ -327,7 +335,7 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 </div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="8">
 <li>
 <p>Click Next.</p>
 </li>
@@ -346,7 +354,7 @@ The OpenSSH private key format is required. Keys generated 
by PuTTYgen for Micro
 </div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="10">
 <li>
 <p>Click Next.</p>
 </li>
@@ -387,7 +395,7 @@ By default Clone Name is filled out with the actual Git 
repository name.</p>
 </div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="12">
 <li>
 <p>Click Finish.
 After the repository is cloned, the Clone Completed message displays.</p>
@@ -400,7 +408,7 @@ After the repository is cloned, the Clone Completed message 
displays.</p>
 </div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="13">
 <li>
 <p>Choose the desired option.</p>
 </li>
@@ -499,13 +507,13 @@ The <a href="#viewFileStatus">status</a> of the file in 
the HEAD displays in gre
 <div class="ulist">
 <ul>
 <li>
-<p>Blue: Indicates lines that have been changed since the earlier revision.</p>
+<p><strong>Blue.</strong> Indicates lines that have been changed since the 
earlier revision.</p>
 </li>
 <li>
-<p>Green: Indicates lines that have been added since the earlier revision.</p>
+<p><strong>Green.</strong> Indicates lines that have been added since the 
earlier revision.</p>
 </li>
 <li>
-<p>Red: Indicates lines that have been removed since the earlier revision.</p>
+<p><strong>Red.</strong> Indicates lines that have been removed since the 
earlier revision.</p>
 </li>
 </ul>
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to