Clear up
Cleared up hyperlinks left by the gitlab merge
This commit is contained in:
parent
4377488fe3
commit
976e9bfca9
14
README.md
14
README.md
@ -3,21 +3,21 @@
|
||||
|
||||
## Add files
|
||||
|
||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||
- [ ] Create or upload files
|
||||
- [ ] Add files using the command line or push an existing Git repository with the following command:
|
||||
|
||||
```
|
||||
cd existing_repo
|
||||
git remote add origin https://git.bidonov.xyz/tuis/technical-university-intelligent-system.git
|
||||
git remote add origin https://git.bidonov.xyz/TUIS/Technical-University-Intelligent-System.git
|
||||
git branch -M main
|
||||
git push -uf origin main
|
||||
```
|
||||
|
||||
## Collaborate things done so far
|
||||
- [x] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
||||
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
||||
- [x] Invite team members and collaborators
|
||||
- [ ] Automatically close issues from merge requests
|
||||
- [ ] Enable merge request approvals
|
||||
- [ ] Set auto-merge
|
||||
|
||||
## Description
|
||||
Finetuned LLM specifically made for TU Sofia
|
||||
|
Loading…
Reference in New Issue
Block a user