# Git 2.26 의 주요 변경점

> Clean Markdown view of GeekNews topic #1764. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1764](https://news.hada.io/topic?id=1764)
- GeekNews Markdown: [https://news.hada.io/topic/1764.md](https://news.hada.io/topic/1764.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-24T09:04:50+09:00
- Updated: 2020-03-24T09:04:50+09:00
- Original source: [github.blog](https://github.blog/2020-03-22-highlights-from-git-2-26/)
- Points: 6
- Comments: 1

## Topic Body

- Protocol 2가 기본이 되어 Fetch 속도 증가

- config 의 범위를 볼수 있는 --show-scope 추가

- sparse-checkout add 로 디렉토리별 추가 가능해짐

- grep 속도 증가(멀티쓰레딩)

- worktree 명령어도 자동완성 가능

- 페이스북 Watchman 과의 연동시 clock id 시간 스타일 사용

- partial clone 속도 증가

- rebase 와 rebase -i 가 둘다 merge 백엔드를 사용하게 변경

## Comments



### Comment 1438

- Author: xguru
- Created: 2020-03-24T09:05:00+09:00
- Points: 3

Git 의 Wire Protocol 은 클라이언트 와 서버간에 Clone,Fetch,Push 가 어떻게 통신하는 지를 정한 규약

https://opensource.googleblog.com/2018/05/introducing-git-protocol-version-2.html

2018년에 릴리즈된 Git 의 Wire Protocol 버전 2 는

- 브랜치와 태그 에 대한 서버 필터링 : 필요없는 부분은 보내지 않게 되어서 속도 증가

- 새로운 기능 추가가 쉬워짐
