사용자 도구

사이트 도구


git:tig

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
git:tig [2022/01/09 01:49]
kwon37xi
git:tig [2022/05/20 09:28]
kwon37xi
줄 9: 줄 9:
   * [[https://github.com/jonas/tig/issues/484|Feature Request: File history view · Issue #484 · jonas/tig]] 파일 히스토리/상태 뷰 전환 단축키   * [[https://github.com/jonas/tig/issues/484|Feature Request: File history view · Issue #484 · jonas/tig]] 파일 히스토리/상태 뷰 전환 단축키
     * commit 의 diff 를 보다가 파일 이름 부분에서 ''H''를 누르면 해당 파일의 commit history 를 보여준다.     * commit 의 diff 를 보다가 파일 이름 부분에서 ''H''를 누르면 해당 파일의 commit history 를 보여준다.
-    * status view 에서 파일을 선택하고 ''H''를 누르면 해당 파일의 commit history 를 보여준다.+    * status view, tree view 에서 파일을 선택하고 ''H''를 누르면 해당 파일의 commit history 를 보여준다.
 <code> <code>
 bind diff H !sh -c "tig \"$(git rev-parse --show-toplevel)/%(file)\"" bind diff H !sh -c "tig \"$(git rev-parse --show-toplevel)/%(file)\""
 bind status H !sh -c "tig \"$(git rev-parse --show-toplevel)/%(file)\"" bind status H !sh -c "tig \"$(git rev-parse --show-toplevel)/%(file)\""
 +bind tree H >sh -c "tig \"$(git rev-parse --show-toplevel)/%(file)\""
 </code> </code>
  
줄 18: 줄 19:
   * [[https://www.youtube.com/watch?v=z0mb0NteYjg|Tig: Git Interface That Actually Does Everything?? - YouTube]]   * [[https://www.youtube.com/watch?v=z0mb0NteYjg|Tig: Git Interface That Actually Does Everything?? - YouTube]]
   * [[https://opensource.com/article/19/6/what-tig|How to use Tig to browse Git logs]]   * [[https://opensource.com/article/19/6/what-tig|How to use Tig to browse Git logs]]
 +  * [[https://programmingsummaries.tistory.com/390|[Git] 텍스트 기반 Git 유저 인터페이스, Tig | 감성 프로그래밍]]
git/tig.txt · 마지막으로 수정됨: 2023/11/01 14:30 저자 kwon37xi