We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git add . # 온점(.)은 전체를 의미합니다 git commit # git 저장소에 내용을 저장
git fetch upstream main git rebase upstream/main
git push origin <브랜치명>