Showing all 2 blog posts tagged with "Git".
-
Better Python Dependency Management with pip-tools
I recently looked into whether I could use pip-tools to improve my workflow around projects' Python dependencies. My conclusion was that pip-tools would help on some projects, ... Read more
September 18, 2018 -
When a Clean Merge is Wrong
Git conflicts tell us when changes don’t go together. While working with other developers, or even when working more than one branch by yourself, changes to the same code can ha... Read more
March 19, 2018