On 02/12/16 02:05, Laszlo Ersek wrote: > (16) Add your changes gradually to the staging area of git (it is called > the "index"): > > git add -p > > This command will ask you interactively about staging each separate > hunk. See the manual for "git add".
I forgot to name two more commands here -- I've been now reminded of them by Erik's and Jordan's updates to <https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process>: - In order to stage a completely new file, use git add pathname-of-new-file - In order to stage the removal of a file, use git rm pathname-of-file-to-remove Thanks Laszlo _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

