6 lines
109 B
Shell
6 lines
109 B
Shell
alias tis='tig status'
|
|
alias til='tig log'
|
|
|
|
# blame a single file and list commits
|
|
alias tib='tig blame -C'
|
|
|