You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2020/02/25 22:11:56 UTC

svn commit: r1874533 - in /uima/site/trunk/uima-website: docs/git-svn-notes.html docs/git.html xdocs/git-svn-notes.xml xdocs/git.xml

Author: schor
Date: Tue Feb 25 22:11:56 2020
New Revision: 1874533

URL: http://svn.apache.org/viewvc?rev=1874533&view=rev
Log:
add info on use of personal access tokens for git

Modified:
    uima/site/trunk/uima-website/docs/git-svn-notes.html
    uima/site/trunk/uima-website/docs/git.html
    uima/site/trunk/uima-website/xdocs/git-svn-notes.xml
    uima/site/trunk/uima-website/xdocs/git.xml

Modified: uima/site/trunk/uima-website/docs/git-svn-notes.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/git-svn-notes.html?rev=1874533&r1=1874532&r2=1874533&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/git-svn-notes.html (original)
+++ uima/site/trunk/uima-website/docs/git-svn-notes.html Tue Feb 25 22:11:56 2020
@@ -237,8 +237,11 @@
        to write to Apache repos - see 
        <a target="_blank" rel="nofollow noopener" href="https://gitbox.apache.org/">
           https://gitbox.apache.org/</a>.</p>
+                                                <p>When "pushing" to github.com, you need to use a "Personal Access Token" when it asks for a password.
+       Set one up if needed, by logging into your github.com account, and clicking on your user picture
+       in the upper right corner -&gt; Settings -&gt; Developer settings -&gt; Personal Access Tokens.</p>
                                                 <p>The name used for logging in is separate from the name used to identify each commit in
-        git.  The crendentials used to identify each commit are called your "identity" and are 
+        git.  The credentials used to identify each commit are called your "identity" and are 
         the combination of a username and "email". These can be set globally for all repos 
         in your local machine, or locally, per repository.  
         See <a target="_blank" rel="nofollow noopener" href="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup">

Modified: uima/site/trunk/uima-website/docs/git.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/git.html?rev=1874533&r1=1874532&r2=1874533&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/git.html (original)
+++ uima/site/trunk/uima-website/docs/git.html Tue Feb 25 22:11:56 2020
@@ -247,6 +247,7 @@
                                                 <p>
           See  <a target="_blank" rel="noopener" href="git-svn-notes.html">git-svn-notes</a> for a brief summary of how to work
            with git, if you're familiar with how to work with SVN.
+           This also says how to set up your Personal access token so you can "push".
         </p>
                             </blockquote>
         </p>

Modified: uima/site/trunk/uima-website/xdocs/git-svn-notes.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/git-svn-notes.xml?rev=1874533&r1=1874532&r2=1874533&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/git-svn-notes.xml (original)
+++ uima/site/trunk/uima-website/xdocs/git-svn-notes.xml Tue Feb 25 22:11:56 2020
@@ -35,16 +35,19 @@ under the License.
        to write to Apache repos - see 
        <a target="_blank" rel="nofollow noopener" href="https://gitbox.apache.org/">
           https://gitbox.apache.org/</a>.</p>
+    <p>When "pushing" to github.com, you need to use a "Personal Access Token" when it asks for a password.
+       Set one up if needed, by logging into your github.com account, and clicking on your user picture
+       in the upper right corner -> Settings -> Developer settings -> Personal Access Tokens.</p>
      
-     <p>The name used for logging in is separate from the name used to identify each commit in
-        git.  The crendentials used to identify each commit are called your "identity" and are 
+    <p>The name used for logging in is separate from the name used to identify each commit in
+        git.  The credentials used to identify each commit are called your "identity" and are 
         the combination of a username and "email". These can be set globally for all repos 
         in your local machine, or locally, per repository.  
         See <a target="_blank" rel="nofollow noopener" href="https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup">
           https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup</a>.</p>
           
-     <h3>Using multiple git identities</h3>
-     <p>You may work with different organizations, and want to have different identities for each 
+    <h3>Using multiple git identities</h3>
+    <p>You may work with different organizations, and want to have different identities for each 
         repository, depending.  You can do this; just use the local git configuration for the repo to 
         specify this.</p>
     

Modified: uima/site/trunk/uima-website/xdocs/git.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/git.xml?rev=1874533&r1=1874532&r2=1874533&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/git.xml (original)
+++ uima/site/trunk/uima-website/xdocs/git.xml Tue Feb 25 22:11:56 2020
@@ -56,7 +56,8 @@ under the License.
           See  <a target="_blank" rel="noopener"
            href="git-svn-notes.html">git-svn-notes</a> for a brief summary of how to work
            with git, if you're familiar with how to work with SVN.
-        </p>
+           This also says how to set up your Personal access token so you can "push".
+        </p>        
     
     </section>