https://www.frontendmentor.io/profile/stupidJoon
git init
git remote add origin https://github.com/stupidJoon/frontend-mentor.git
git switch --orphan branch-name
git add .
git commit -m "init"
git push origin branch-namehttps://www.frontendmentor.io/profile/stupidJoon
git init
git remote add origin https://github.com/stupidJoon/frontend-mentor.git
git switch --orphan branch-name
git add .
git commit -m "init"
git push origin branch-name