enhancementgood first issue
Metriche repository
- Star
- (116 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I believe now you'll be making similar changes in the charmil-starter repo too
No changes to charmil starter. Let's build script that will do something like this:
mkdir newrepo
cd newrepo
git init
git remote add starter ...
cp -Rf ../starter ./
git commit -a -m"Starter update"
git push origin main
Originally posted by @wtrocki in https://github.com/aerogear/charmil/issues/219#issuecomment-895945440