Y
Hacker News
new
|
ask
|
show
|
jobs
by
iamcreasy
1197 days ago
Can you briefly explain what you meant by staging area is powerful?
1 comments
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
link