88<!-- fork_repo_1.png -->
99
1010<p align =" center " >
11- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_1.png", width=50 %, height=50 %>
11+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_1.png", width=70 %, height=70 %>
1212</p >
1313
1414위 그림처럼 상위 ` Repo ` 페이지의 우상단에는 ` Fork ` 버튼이 있습니다. 버튼을 눌르고 ` Create a new fork ` 을 누르면 상위 ` Repo ` 와 연동 가능한 자신의 ` Repo ` 를 만들 수 있습니다.
1717<!-- fork_repo_2.png -->
1818
1919<p align =" center " >
20- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_2.png", width=30 %, height=30 %>
20+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_2.png", width=85 %, height=85 %>
2121</p >
2222
2323` Create a new fork ` 버튼을 누르면 위 그림처럼 자신이 소유한 ` Repo ` 를 어떻게 만들지 보이게 됩니다. ` Repo ` 의 이름은 자신이 원하는 대로 설정할 수 있습니다.
2727<!-- fork_repo_3.png -->
2828
2929<p align =" center " >
30- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_3.png", width=50 %, height=50 %>
30+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_3.png", width=70 %, height=70 %>
3131</p >
3232
3333위 그림에서 볼 수 있듯이 자신이 소유한 ` Repo ` 가 완성되었습니다. 우상단 박스를 보면 ` forked from ALGOHAZA-Study/Algorithm-Study ` 라는 설명이 붙어있음을 볼 수 있습니다.
4141<!-- fork_repo_3.png -->
4242
4343<p align =" center " >
44- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_3.png", width=50 %, height=50 %>
44+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_3.png", width=70 %, height=70 %>
4545</p >
4646
4747앞서 ` Fork ` 한 ` Repo ` 의 우상단을 보면 ` <> Code ` 버튼이 있습니다. 이를 누르면 현 ` Repo ` 의 ` git ` 주소를 복사할 수 있습니다.
5555<!-- fork_repo_4.png -->
5656
5757<p align =" center " >
58- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_4.png", width=30 %, height=30 %>
58+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_4.png", width=85 %, height=85 %>
5959</p >
6060
6161다양한 방법이 있으나 현 문서에서는 ` Git Bash ` 를 이용하겠습니다. 위 그림처럼 ` Git Bash ` 프로그램을 찾은 후 실행합니다.
6464<!-- fork_repo_5.png -->
6565
6666<p align =" center " >
67- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_5.png", width=50 %, height=50 %>
67+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_5.png", width=80 %, height=75 %>
6868</p >
6969
7070` Git Bash ` 를 열면 컴퓨터의 ` home ` 디렉토리에 연결되고, ` cd ` 명령어를 통해 현 디렉토리를 변경할 수 있습니다.
@@ -96,7 +96,7 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
9696<!-- fork_repo_6.png -->
9797
9898<p align =" center " >
99- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_6.png", width=50 %, height=50 %>
99+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_6.png", width=85 %, height=85 %>
100100</p >
101101
102102이 때 생성한 ` Repo ` 가 보이지 않는다면 선택한 디렉토리가 올바른지 확인해 주시길 바랍니다.
@@ -105,7 +105,7 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
105105<!-- fork_repo_7.png -->
106106
107107<p align =" center " >
108- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_7.png", width=50 %, height=50 %>
108+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_7.png", width=85 %, height=85 %>
109109</p >
110110
111111` VScode ` 로 폴더를 연 후, ** <ins >❗❗ 자신의 github 이름으로 된 폴더를 생성해 주십시오. ❗❗</ins >**
@@ -122,7 +122,7 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
122122<!-- fork_repo_8.png -->
123123
124124<p align =" center " >
125- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_8.png", width=50 %, height=50 %>
125+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_8.png", width=85 %, height=85 %>
126126</p >
127127
128128` VScode ` 왼쪽 바를 보면 ` Source Control ` 버튼이 존재합니다. 버튼을 누루면 ` commit ` 하기 전 ` Repo ` 와 현 ` Repo ` 의 차이를 보여줍니다.
@@ -136,7 +136,7 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
136136<!-- fork_repo_9.png -->
137137
138138<p align =" center " >
139- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_9.png", width=50 %, height=50 %>
139+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_9.png", width=85 %, height=85 %>
140140</p >
141141
142142` commit ` 할 파일을 선택한 후, ` commit message ` 를 작성해야 합니다. ` commit message ` 는 주로 개발한 내용, 개선 내용 등이 포함되어 있습니다.
@@ -146,7 +146,7 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
146146<!-- fork_repo_10.png -->
147147
148148<p align =" center " >
149- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_10.png", width=50 %, height=50 %>
149+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_10.png", width=85 %, height=85 %>
150150</p >
151151
152152올바르게 ` commit ` 을 진행한 경우, 위 그림처럼 ` Outgoing ` 부분이 생겨 원격 ` Repo ` 에 ` push ` 할 ` commmit ` 들을 보여줍니다.
@@ -157,15 +157,15 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
157157<!-- fork_repo_10.png -->
158158
159159<p align =" center " >
160- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_10.png", width=50 %, height=50 %>
160+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_10.png", width=85 %, height=85 %>
161161</p >
162162
163163` Outgoing ` 부분 옆 화살표에 커서를 올리면 ` Push ` 버튼이 나타납니다. 이를 눌러 원격 ` Repo ` 에 ` commit ` 들을 기록시킬 수 있습니다.
164164
165165<!-- fork_repo_11.png -->
166166
167167<p align =" center " >
168- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_11.png", width=50 %, height=50 %>
168+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_11.png", width=85 %, height=85 %>
169169</p >
170170
171171` push ` 를 진행한 후, ` Github ` 에 접속하여 제대로 ` push ` 되었는지 확인할 수 있습니다.
@@ -175,7 +175,7 @@ $ ls | grep {Repo 이름} # {Repo 이름} 인 폴더만 보여주기
175175<!-- fork_repo_12.png -->
176176
177177<p align =" center " >
178- <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_12.png", width=50 %, height=50 %>
178+ <img src="https://github.com/../../assets/image/How_to_fork_repo/fork_repo_12.png", width=85 %, height=85 %>
179179</p >
180180
181181---
0 commit comments