Menu

#Hunk

1 post

Feed
1 of 1 post
Staging patches with git add
📰
0

Staging patches with git add

Hacker News·Staging patches with git add·about 2 months ago
#M4Aya5HB
#simonholywell#hunk#stage#commit#file#article

Using git add -p to interactively stage specific parts of a file allowing for more precise control over commits in git. It provides a walkthrough on how to split hunks for granular commit control, ensuring that only desired changes are staged.…

15s
Read More