최근 포스트
Git Negotiation Deep Dive
Overview Git의 fetch/pull 과정에서 Negotiation은 “클라이언트가 서버로부터 어떤 commit을 받아와야 하는지” 결정하기 위한 핵심 프로세스이며, 본문에서는 해당 내용에 대해 기술
Git Pull Event Trace Log(client/server)
Overview git pull 실행 시 클라이언트 ↔ 서버 트레이스 정리
Git Adverties Refs Deep Dive
Overview