Jim Cheung

Thursday, August 11, 2022

read some git log stuffs, summarized as

for clean output:


to tracing file / folder:

to add these to .gitconfig but re-use one common log command:

[alias]
  ls = log --pretty=format: '<format>'
  lm = !git ls --merges

also, format log output to be like commit [hash], so that it can be piped to tig for code navigation

and, I really hate those Merge branch ... into master commit messages

Sunday, August 14, 2022

some read about cache:

Blog Archive