참고
1. tig: https://ujuc.github.io/2016/02/10/tig-manual/
2. tigrc: https://programmingsummaries.tistory.com/390
$ tig
git log --oneline
/
: 지금 view에서 search~/.tigrc
에 설정하면 된다.$ git checkout 'commit'
checkout
하려면 commit hash
가 필요한데, tig에서는 해당 view에서 %(commit)
으로 가져 올 수 있다.C
는 cherry-pick 이다.~/.tigrc
를 열자C
에 cherry-pick이 있으니 이를 none
으로 바꾸고,C
는 ?git checkout %(commit)
으로 바꾸자