...................................................................
git init
git add .
git commit -m "i"
...................................................................
...................................................................
git remote add origin https://github.com/G-yhlee/Bash_study_log git branch -M main git push -u origin main ...................................................................
...................................................................
git remote rm origin
...................................................................
...................................................................
git add .
git commit -m "i"
git push -u origin main
...................................................................
...................................................................
git add .
git commit -m "i"
git push -u origin main
...................................................................