This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
btnaddrepo1 [2025/07/02 17:03] – admin | btnaddrepo1 [2025/08/05 18:21] (current) – admin | ||
---|---|---|---|
Line 2: | Line 2: | ||
**What is a repository? | **What is a repository? | ||
+ | Simply put; it is a folder kept somewhere which stores not just files and internal folders but also their various versions. Read about it in the [[definitions? | ||
- | Simply speaking, think of a repository | + | **Who can create |
+ | You just need a PAT (Personal Access Token) to one of the 3 types of Git Host we support, to create | ||
- | **How to create | + | |
- | A new repository can be created either by the owner or by another trusted | + | * Read more about [[/ |
- | The //Personal Access Token// must be correctly created with the //create repository// | + | **What are the mandatory requirements? |
+ | //Git Winch// should | ||
- | A repository can be created by someone else too, say a trusted manager of some repository. In that case, the owner of the PAT should create an **//encrypted//** version of the PAT and share that encrypted version to that trusted person. That person | + | If you are going to be the owner, then the //Personal Access Token// must be correctly created with the //create repository// |
- | Read more about [[/ | + | |
+ | If you are a manager, | ||
+ | |||
+ | When a manager creates repo, //Git Winch// will specifically ask for the encrypted PAT which had got from the actual owner. Then //Git Winch// will proceed to create a new repository at the Git Host. The original owner will remain the owner of the repository. | ||
**Restrictions**\\ | **Restrictions**\\ | ||
Line 18: | Line 24: | ||
**IMPORTANT**\\ | **IMPORTANT**\\ | ||
- | You cannot clone a repository immediately after you have created it --//even if you are the owner!// You will have to first created deploy keys for yourself and other office workers you want to work in that repository. And; you will also have to //add yourself// (and those workers) as a member of that repository. | + | You cannot clone a repository immediately after you have created it --//even if you are the owner!// You will have to first created deploy keys for yourself and other office workers you want to work in that repository. And; you will also have to //add yourself// (and those workers) as a member of that repository. |
Hover your mouse over those buttons, and press F1 for their help. | Hover your mouse over those buttons, and press F1 for their help. |