emilyyy9876 / pintos-kaist

Other
0 stars 0 forks source link

커밋 컨벤션 #1

Open poagg42 opened 2 months ago

poagg42 commented 2 months ago

본인의 브랜치로 이동

git checkout [branch명]

ex) git checkout kimyounghoo

작업 완료 시

git add .

git commit -m "YYMMDD / 작성자 / 작업내용"

ex) git commit -m "240822 kimyounghoo func1"

git push origin [branch명]

ex) git push origin kimyounghoo