생성해주는 사이트
git convention 참고 사이트
git add [file name] # 파일 추가 git commit -m “CREATED: [file name] file created” # 커밋 git push # 푸쉬
git rebase -i HEAD~${원하는 숫자}
git reflog
git reset [log 번호?]
→ git bash엔 올라갔으나, github엔 반영이 안됨.
push origin main --force # 강제 push