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.