This video covers how to use Git subtree to share code between Angular projects. Git subtree contains utilities to sync a part of a repository (subtree) ensuring that each client decides themselves … [Read more...] about How to use Git Subtree to share code between Angular projects
Git
Using Git hooks for easier development (2020)
Do you have a set of routines you do before you commit and publish code? These routines could be linting, formatting, testing and building the code. Imagine if there was a way to automate all of this … [Read more...] about Using Git hooks for easier development (2020)