Comment on GitHub for Mac 1.1parentComments−cyen14yYou can already from the command line! git add -p (short for --patch) will let you individual hunks of a file to the staging area.
Comments
You can already from the command line! git add -p (short for --patch) will let you individual hunks of a file to the staging area.