# Git-Branchless - 브랜치를 사용하지 않는 Git 워크플로우 지원 도구 모음

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6970](https://news.hada.io/topic?id=6970)
- GeekNews Markdown: [https://news.hada.io/topic/6970.md](https://news.hada.io/topic/6970.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-07-14T09:18:01+09:00
- Updated: 2022-07-14T09:18:01+09:00
- Original source: [github.com/arxanas](https://github.com/arxanas/git-branchless)
- Points: 17
- Comments: 1

## Topic Body

- git undo : 되돌리기   
- smartlog : 나만의 커밋 그래프 시각화   
- git restack : 깨진 커밋 그래프 복구하기   
- Speculative Merge : 요청하지 않는 한 머지 충돌 해결을 자동으로 시작하지 않음   
- Patch-stack workflows : Linux 프로젝트가 사용하는 방식을 강력하게 지원   
- Prototyping and experimenting workflows  
- git sync : 모든 로컬 커밋을 다 리베이스(각각 체크하지 않고)  
- git move : 서브트리 이동   
- git next/prev : 커밋 스택에서 커밋/브랜치간 빠르게 이동  
- git co -i : 체크아웃할 커밋을 인터랙티브하게 선택  
- 익명 브랜칭

## Comments



### Comment 11272

- Author: alstjr7375
- Created: 2022-07-14T09:39:44+09:00
- Points: 1

재밌는 개념들이 많네요.
