Video - Git Synchronization

Thanks for this! Say I have an empty repo, and an existing PSU with lots of stuff. If I enable two-way sync will it copy my existing config up to the repo? Just want to make sure it won’t blow away what I already have!

It will copy what is local. It does a pull and then a push. PSU doesn’t handle any merge conflicts. I would suggest creating a bare repo and experimenting with the functionality before using it on a repo of importance.