Update README.md

master
christophe.seux 2023-09-28 11:26:14 +02:00
parent 5ca22d3d32
commit d302e8d14b
1 changed files with 4 additions and 35 deletions

View File

@ -1,5 +1,5 @@
# GIT_TEMPLATE
> Template for the others repository
# BACKGROUND_PLANE_MANAGER
> Blender addon for importing image plane
Git_template is a template repository that must be used to generate others repository
@ -10,19 +10,6 @@ Git_template is a template repository that must be used to generate others repos
<li>
<a href="#installation">Installation</a>
</li>
<li>
<a href="#contents">Contents</a>
<ul>
<li><a href="#templates">Templates</a></li>
</ul>
</li>
<li>
<a href="#settings">Settings</a>
<ul>
<li><a href="#branches">Branches</a></li>
</ul>
</li>
</ol>
<!-- INSTALLATION -->
@ -34,23 +21,5 @@ Git_template is a template repository that must be used to generate others repos
```
2. Create your own local directory in
```sh
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/git_template.git
```
<!-- CONTENTS -->
## Contents
### Templates
- *ISSUE_TEMPLATE.yml*: a yaml template for ticket creation
- *PULL_REQUEST_TEMPLATE.md*: a file used for PR creation
<!-- SETTINGS -->
## Settings
Those seetings from gitlab will be populated to each repository created with this template
### Branches
The main branch is **master**.
It's a **protected branch refusing pushing** from any users who is not a Owner.
In other words you have to create you own developping branch and then create a push request. After at least **one validation**, you will be able to push you branch to the master one.
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/background_plane_manager.git
```