git stash
git stash list
git pull origin main
git status
<<<<< 로컬에 있는 소스 ===== 가져온 소스 >>>>>
git add .
git commit -m "merge conflict"
git push origin main
git stash pop
3.