Short tutorial on how to structure projects and setup multi-user Git SSH workflow. When using a single machine with multiple git accounts, you might encounter some obstacles with SSH setup. The easiest way to achieve a multi-user setup is to structure git repositories by respective directories, e.g.: This short…