[Git] 로컬에서 작업 후 remote 에 올리기

갓김치·2023년 9월 5일
0

Git

목록 보기
1/1
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:저장소주소
git push -u origin main
profile
갈 길이 멀다

0개의 댓글