Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

김찬양의 개발일지

1. Git 기초 명령어 본문

서버/Git

1. Git 기초 명령어

자유로운영혼이다냥 2023. 11. 22. 11:46

1. git clone

git clone하는법

git clone <https://github.com/계정/리포지토리.git>

 

예를들어

git clone https://github.com/Kimchanyang524/Project.git

 

2. git pull

git pull하는법은 

git pull origin main