Skip to content

Commit

Permalink
Update a post
Browse files Browse the repository at this point in the history
  • Loading branch information
dandyrilla committed Jul 9, 2023
1 parent f75f831 commit 88465e4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _posts/2017-07-26-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,8 @@ $ git commit -m "First commit"

#### 5.1. 복제해오고(clone), 가져오고(pull), 올려두기(push)

원격 저장소로부터 파일들을 다운로드 받기 위해서는 복제(clone)를 하면 됩니다. 원격 저장소에 접속하면 아래와 같이
'clone or download'라는 초록색 버튼이 보일 텐데요. 이 버튼을 클릭하고 'Use HTTPS'를 클릭하여 다운로드 받을 원격 저장소의
주소를 얻어옵니다.
원격 저장소로부터 파일들을 다운로드 받기 위해서는 복제(clone)를 하면 됩니다. 원격 저장소에 접속하면 아래와 같이 'clone or download'라는 초록색 버튼이
보일 텐데요. 이 버튼을 클릭하고 'Use HTTPS'를 클릭하여 다운로드 받을 원격 저장소의 주소를 얻어옵니다.

![Image](/images/2017-07-28/fig1.png?v1 "git clone"){: .center-image}

Expand Down Expand Up @@ -196,9 +195,8 @@ Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
```



### 9. Git 사용법 정리된 문서들

* [Git 공식 매뉴얼](https://git-scm.com/book/ko/v2/%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-%EB%B2%84%EC%A0%84-%EA%B4%80%EB%A6%AC%EB%9E%80%3F)
* [누구나 쉽게 이해할 수 있는 Git 입문: 버전 관리를 완벽하게 이용해보자](https://backlogtool.com/git-guide/kr/)
* [Git 초보를 위한 풀 리퀘스트(Pull Request) 방법](https://wayhome25.github.io/git/2017/07/08/git-first-pull-request-story/)
* [Git 초보를 위한 풀 리퀘스트(Pull Request) 방법](https://wayhome25.github.io/git/2017/07/08/git-first-pull-request-story/)

0 comments on commit 88465e4

Please sign in to comment.