git 사용법

computer_log·2022년 7월 2일
0

1) local 저장소
git init
git add
git commit

2) github 원격저장소
git origin add "url"
git push origin master

profile
computer_log

0개의 댓글