# Git 2.35의 주요 변경점

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5856](https://news.hada.io/topic?id=5856)
- GeekNews Markdown: [https://news.hada.io/topic/5856.md](https://news.hada.io/topic/5856.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-01-31T09:50:28+09:00
- Updated: 2022-01-31T09:50:28+09:00
- Original source: [github.blog](https://github.blog/2022-01-24-highlights-from-git-2-35/)
- Points: 6
- Comments: 0

## Topic Body

- git stash --staged 로 스테이징 영역에 있는 파일들도 임시 저장 가능

ㅤ→ git commit to stash 라고 생각하면 됨

- git log 에서 사용하는 describe 에 출력 옵션 추가 (tags, abbrev, match, exclude)

- SSH signing 에서 valid-before/valid-after 지원

ㅤ→ 예전 키로 사인된 객체의 검증도 가능 해짐(SSH키를 로테이션 했거나 할 경우)

- merge 시에 새로운 zdiff3 모드 추가

- diff --histogram 와 --color-moved-ws 속도 개선

- git jump merge 가 경로를 인식해서 특정 경로에서 난 머지 컨플릭트 부분으로 점프 가능

- Sparse Index 가 reset/diff/blame/fetch/pull/ls-files 에 연동

## Comments



_No public comments on this page._
