This repository is designed to be a testing ground for various git tooling using the scaled git branching strategy. Branches will be tagged and reset periodically for testing purposes.
Git is a "distributed version control system" (DVCS), which means that you can have multiple remote hosts registered to your local clone. In fact, your local clone can be used as someone else's remote - this was how Git was meant to be used!