New ask Hacker News story: Ask HN: Visualize every Git changes to a file at once?
Ask HN: Visualize every Git changes to a file at once?
2 by danielovichdk | 0 comments on Hacker News.
Given the discussion around commit messages I would like to know if there is any tool that can visualize every change to a file in one go? I want to vertically visualize the history of a given file over time and not simply by to different commits. Something like this: [Commit1] File.txt: hello world [Commit2] File.txt: world hello [Commit3] File.txt: hello wallo I dont want to use git blame to shuffle around all the changes, but I want all the changes and the whole file to be visualized in one big list. Does it make sense ?
2 by danielovichdk | 0 comments on Hacker News.
Given the discussion around commit messages I would like to know if there is any tool that can visualize every change to a file in one go? I want to vertically visualize the history of a given file over time and not simply by to different commits. Something like this: [Commit1] File.txt: hello world [Commit2] File.txt: world hello [Commit3] File.txt: hello wallo I dont want to use git blame to shuffle around all the changes, but I want all the changes and the whole file to be visualized in one big list. Does it make sense ?
Comments
Post a Comment