mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Update content/getting-started/first-repository.md
Standardize to American spelling for "license". Otherwize, I'd have to change a lot more to get the English spelling for all the other words. ;-) (and the file names are American anyway) If you're happy with variety, I'm not complaining.
This commit is contained in:
parent
aebb0abc64
commit
a37cadc558
1 changed files with 4 additions and 4 deletions
|
|
@ -232,11 +232,11 @@ Now your Codeberg repository shares a common history with your local repository,
|
|||
|
||||
#### 7. Add standard files
|
||||
|
||||
Codeberg does not provide an interface to add licence files, `.gitignore` or `README.md` retrospectively,
|
||||
so you should add at least the licence and `README.md` yourself.
|
||||
Codeberg does not provide an interface to add license files, `.gitignore` or `README.md` retrospectively,
|
||||
so you should add at least the license and `README.md` yourself.
|
||||
|
||||
- To choose a licence, read [Codeberg's guidance](https://docs.codeberg.org/getting-started/licensing/).
|
||||
- If you already know which licence you need, Codeberg has [copies](https://codeberg.org/Codeberg-Infrastructure/forgejo/src/branch/codeberg-9/options/license).
|
||||
- To choose a license, read [Codeberg's guidance](https://docs.codeberg.org/getting-started/licensing/).
|
||||
- If you already know which license you need, Codeberg has [copies](https://codeberg.org/Codeberg-Infrastructure/forgejo/src/branch/codeberg-9/options/license).
|
||||
- [gitignores](https://codeberg.org/Codeberg-Infrastructure/forgejo/src/branch/codeberg-9/options/gitignore)
|
||||
|
||||
## Making a commit
|
||||
|
|
|
|||
Loading…
Reference in a new issue