(no title)
jeroen | 1 year ago
> Staged: The current version of the modified file is staged to be included in the next commit.
A bit of a nitpick, but if I change a file, "git add" it, and then change it again, both of these statements are false.
jeroen | 1 year ago
> Staged: The current version of the modified file is staged to be included in the next commit.
A bit of a nitpick, but if I change a file, "git add" it, and then change it again, both of these statements are false.
jjmarr|1 year ago
sham1|1 year ago
Of course, the workaround there is that one adds the initial file into the staging area and then `git add -p` the subsequent changes. It could just be a bit more convenient on that front, is all.
johnisgood|1 year ago
gurjeet|1 year ago
> In Git, a change in a file, can be in one of these three states: unstaged, Staged, Committed