See git history about one file
May 19, 2022 - ⧖ 1 minIn vim G clog %
does a git clog {current file}
. You get every commit that the target file is apart of (so there might be info in those commits unrelated)
In vim G clog %
does a git clog {current file}
. You get every commit that the target file is apart of (so there might be info in those commits unrelated)