Next | MJD's Git tips and utilities | 21 |
Suppose you made many changes to your files
Some are real changes, some are debugging code
You want to commit the real changes, keep the debugging code uncommitted
Or you made changes to the penguin and pelican subsystems
You want to commit the penguin changes, then the pelican changes
git-add -p
Soon we will have a demo
Next | Copyright © 2021 M. J. Dominus |