깃에 파일 올리기

Mango·2022년 3월 21일
0

Git

목록 보기
1/2
  1. git init
  2. git add .
  3. git commit -m "message"
  4. git branch -M main
  5. git remote add origin [github address]
  6. git push -u origin main

[참고]
https://kkangsg.tistory.com/83
https://doozi316.github.io/errorlog/2019/09/30/error1/

profile
How u do that

0개의 댓글

관련 채용 정보