Extensions
../composer.phar require goran/save_close_ce
composer require "typo3/cms-adminpanel:^10.4" "typo3/cms-linkvalidator:^10.4" "typo3/cms-recycler:^10.4" "typo3/cms-reports:^10.4"
Composer Packages
Add own Repository
../composer.phar config repositories.basep vcs https://gitlab.com/dasoe/basep.git
../composer.phar require dasoe/basep:dev-main
Run Composer as other user
sudo runuser -u www-data composer ...
gitlab init stuff
(after creating empty repository on gitlab)
git init git remote add origin https://gitlab.com/dasoe/ebersberg23.git git add . git commit -m "initial commit" git branch -m master main git push -u origin main
git change remote
git remote remove origin # delete it, OR ... git remote rename origin old-origin # ... rename it
git remote add origin https://github.com/robertmazzo/intro-to-protractor.git
git push --set-upstream origin --all git push --set-upstream origin --tags