enhancementgood first issue
Repository metrics
- Stars
- (116 stars)
- PR merge metrics
- (PR metrics pending)
Description
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