Show entire file in Gitkraken diff window

I'm using Gitkraken and I want the entire file to show up when I view my changes, or at least be able to view the entire file. It is currently interrupting "irrelevant" parts of the file.

Is there a way to do this?

Thank you for your help!

+3


source to share


1 answer


There is a feature File Blame

available by right-clicking on the file name of a staged or unstaged file that shows you the entire file along with information about who changed the line it was committed to. It also allows you to display the file status for each commit listed on the left.



The function you are asking for to see more lines of context in a diff view (like you can set in gitk

for example) doesn't exist AFAIK.

+3


source







All Articles