Skip to content

Commit

Permalink
git gc 관련하여 간단한 코멘트와 함께 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gymbombom committed Oct 9, 2019
1 parent 00e7575 commit 2b2d24d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/git/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
```shell
git remote -v # 원격저장소 보기
git remote set-url <remote repository name> <remote repository url> #원격 저장소 URL변경
ex) git remote set-url origin https://github.com/user/repo.git
ex) git remote set-url origin https://github.com/user/repo.git
git gc # git repository가 너무 커져서 속도가 저하할 경우, gc가 필요함.
```

### 로그 확인
Expand Down

0 comments on commit 2b2d24d

Please sign in to comment.