49 lines
2.6 KiB
Markdown
49 lines
2.6 KiB
Markdown
---
|
|
status: Archiv
|
|
tags:
|
|
- process/task
|
|
|
|
---
|
|
|
|
> [!task]+
|
|
> Project:: [[Domain thpeetz.de]]
|
|
> Bar:: `$= dv.view('total-progress-bar', {file: "Git Repositories verschieben"})`
|
|
|
|
## Aufgabenbeschreibung
|
|
Häufig benutzte Repositories sollen nach gitlab.com verschoben werden, damit Gitea auf inky nur bei Bedarf gestartet werden kann.
|
|
|
|
## Überlegungen
|
|
|
|
```shell
|
|
git remote rename origin old-origin
|
|
git remote add origin https://gitlab.com/tpeetz/python-scripts.git
|
|
git push --set-upstream origin --all
|
|
git push --set-upstream origin --tags
|
|
```
|
|
|
|
## Unteraufgaben
|
|
|
|
- [x] Git Repo thpeetz-notes verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repo kontor-spring verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repo airflow-tasks verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Verwendung von airflow-tasks in hpgaming-bunsenlabs anpassen [start:: 2024-09-27] [completion:: 2024-10-08]
|
|
- [x] Git Repo rundeck-kontor verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Verwendung von rundeck-kontor in hpgaming-bunsenlabs anpassen [start:: 2024-09-27] [completion:: 2024-10-08]
|
|
- [x] Git Repo rundeck-administration verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Verwendung von rundeck-administration in hpgaming-bunsenlabs anpassen [start:: 2024-09-27] [completion:: 2024-10-08]
|
|
- [x] Git Repo Geschichten verschieben [completion:: 2024-09-27]
|
|
- [x] Git Repo linuxfibel verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repo projektfibel verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repo memoiren verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repo pwstore verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Verwendung von pwstore auf berlw1tpe-wsl anpassen [completion:: 2024-09-27]
|
|
- [x] Verwendung von pwstore auf hpgaming-bunsenlabs anpassen [completion:: 2024-10-12]
|
|
- [x] Verwendung von pwstore auf Oppo A74 anpassen [completion:: 2024-10-12]
|
|
- [x] Git Repo python-scripts verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repo configuration-inky verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Verwendung von configuration-inky auf inky anpassen [completion:: 2024-09-27]
|
|
- [x] Git Repo nvim-config verschieben [start:: 2024-09-27] [completion:: 2024-10-08]
|
|
- [x] Git repo articles verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|
|
- [x] Git Repos introduction-* in introduction zusammenfassen [start:: 2024-09-27] [completion:: 2024-10-08]
|
|
- [x] Git Repo task verschieben [start:: 2024-09-27] [completion:: 2024-09-27]
|