# Review all the changes in a file, giving us a chance to revert a particular change git checkout -p path/to/file/to/partially/revert |
Note to self: Move this to a useful Git tips post.
With Chris Pilkington
# Review all the changes in a file, giving us a chance to revert a particular change git checkout -p path/to/file/to/partially/revert |
Note to self: Move this to a useful Git tips post.