1일차 git 명령어 #git add . (전체파일스테이징) #git commit -m "메시지" 스테이징 없이 커밋 메시지와 함께 커밋 진행 #git commit -am "메시지" 스테이징과 커밋 일괄 진행 #git status 커밋 이력 출력 #git log #git push -u origin +main 강제푸시 #git config pull.rebase true : rebase