css-tricks.com
Git’s Patch Mode
3
Let’s say we’ve just changed some CSS in a file and we want to stage it with Git. You might do something like this: git add styles.css ...and then we’d wan... Read full article