|
|
|
|
|
by Rushsick
1197 days ago
|
|
I assume it’s the fact that staging changes takes them out of your working tree. From there, a lot of git operations (diff, restore) will not include or modify the staged changes. This can help reason about logical chunks of code within a commit |
|