Git

hyun_w·2026년 3월 11일

git에 올리는 방법

git add .
git commit -m "first commit"
git branch -M main
git push -u origin main

0개의 댓글