Lazygit doesn't show the file edit changes in commit #3964
Answered
by
mark2185
halfpastfive23
asked this question in
Q&A
-
I was following a tutorial on how to use lazygit and I was stuck at when I made the changes in a file it doesn't show the current changed or edited file in commit. |
Beta Was this translation helpful? Give feedback.
Answered by
mark2185
Oct 5, 2024
Replies: 1 comment 5 replies
-
What tutorial was it? Could you please describe the steps you took? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The files should appear as "untracked", same as they would when you run
git status
, unless you have explicitly disabled that in yourgitconfig
.But yes, in order to see the diff from a previous state of a file, you need to add/commit them.