Dies ist eine alte Version des Dokuments!
cd existing_repo git remote rename origin old-origin git remote add origin https://gitlab.com/n1843/test1.git git push -u origin --all git push -u origin --tags
git push --set-upstream origin <Branchname>
Abkürzung | Begriff | Beschreibung |
---|---|---|
CI | Continous Integration | Jedes Commit wird automatisch (mit Hilfe von Scripten und Tools) gebaut (oder teilweise gebaut) und getestet |
CD | Continous Delivery | Automatisches Ausrollen der Software, allerdings wird es manuell ausgelöst |
CD | Continous Deployment | Es wird automatisch ausgerollt auf Produktivsysteme |