| <?xml version="1.0" encoding="ISO-8859-1"?> | |
| <!-- | |
| Licensed to the Apache Software Foundation (ASF) under one | |
| or more contributor license agreements. See the NOTICE file | |
| distributed with this work for additional information | |
| regarding copyright ownership. The ASF licenses this file | |
| to you under the Apache License, Version 2.0 (the | |
| "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at | |
| https://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, | |
| software distributed under the License is distributed on an | |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| KIND, either express or implied. See the License for the | |
| specific language governing permissions and limitations | |
| under the License. | |
| --> | |
| <document> | |
| <properties> | |
| <title>GIT</title> | |
| <author email="dev@uima.apache.org"> Apache UIMA Documentation Team</author> | |
| </properties> | |
| <body> | |
| <section name="Information on GIT use by UIMA projects"> | |
| <h2>Conventions</h2> | |
| <p>See <a target="_blank" rel="noopener" | |
| href="git-conventions.html">git-conventions</a> for information about the GIT conventions being used.</p> | |
| > | |
| <h2>Git Work Process</h2> | |
| <p>See <a target="_blank" rel="noopener" | |
| href="git-work-process.html">git-work-process</a> for information on how to work with projects in GIT and submit | |
| changes and pull requests. | |
| </p> | |
| <h2>Frequently used GIT situations and commands</h2> | |
| <p>See <a target="_blank" rel="noopener" | |
| href="git-notes.html">git-notes</a> for a short table of common git situations and commands. | |
| </p> | |
| <h2>Converting a project to GIT</h2> | |
| <p>See <a target="_blank" rel="noopener" | |
| href="convert-to-git.html">convert-to-git</a> for information on the steps to take to move / convert a project from SVN to GIT.</p> | |
| <h2>Releasing when the source has been moved to GIT</h2> | |
| <p>See <a target="_blank" rel="noopener" | |
| href="git-release-notes.html">git release notes</a>.</p> | |
| <h2>Git notes for SVN users</h2> | |
| <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> | |
| </section> | |
| </body> | |
| </document> |