Tag: tips&tricks
All the articles with the tag "tips&tricks".
Using Patches When Adding or Restoring with Git
Updated: at 04:25 amEver wanted to git add, restore, or unstage only a section of your code instead of the whole file? If so, then patches is exactly what you need. This little Git trick is probably my favourite feature, so I hope you find it as useful as I do!