cp -rp userXX user01 cp -rp userXX user02 ・・・・ cd ../user02 grep -rl 'userXX' . | xargs sed -i "s/userXX/user02/g" git init git checkout -b main git add . git commit -m "first commit" git remote add origin http://aws-handson-gitea.com/hands-on/deploy-user02.git git push -u origin main cd ../user01 git reset --mixed c8254d163d46145f6c6cf189cd74c1acb77f1d3b git push -f origin main cd ../user02 git reset --mixed 6ffe5ed7f70929a964acdc384ddfd72dc6a40809 git push -f origin main cd ../user03 git reset --mixed 74186dd766725e65e7b8da2bef8a8d8aded16740 git push -f origin main cd ../user04 git reset --mixed fae85a118324834cfcf79ca2e087a3fb8841fafe git push -f origin main cd ../user05 git reset --mixed 8c8dbf0f9fb601cc8279b7ada51d386065ae00c6 git push -f origin main