Halting Problem
A conspiracy of cartographers, v4.0
Wednesday, January 16, 2013
Git: Picking which diffs to stage
git add
typically stages files on a file-by-file basis, but you can stage single diff pieces (hunks) of a file with the
--patch
(or
-p
) option to
git add
.
It will open an interactive console application to let you pick which hunks to stage.
Explained in more detail here:
http://nuclearsquid.com/writings/git-add/
Newer Post
Older Post
Home