Miner

git 본문

42 Seoul

git

MineTime76 2022. 9. 4. 13:34

1.  git init

2. git add.

3. git remote add origin 원격저장소 주소

4. git remote -v 원격저장소 연결 확인

5. git commit -m "원격저장소에 뜰 메세지"

6. git push origin master

 

git clone 원격저장소 주소

'42 Seoul' 카테고리의 다른 글

visual studio + c언어 설치  (0) 2023.12.19