TL;DR: Could I put a git workspace into a synced folder?
I’ve got a syncthing folder to sync my documents files between my laptops: been there, done that. I’m also starting to write blog notes (using the awesome markdown format) and want to manage these using Git.
I wonder what might happen if I put the Git workspace in said document folder.
Will space fold on itself?
Will syncthing be able to keep the editions on my files and my git workspace specific files clean whatsoever?
What might happend regarding git that will have to commit and to push on the server (AKA: use my SSH keys that are obviously not the same on the two laptops) whereas from one or another laptop depending on the case despite the fact that the workspace is considered the same as seen from git?
For those who wonder, I don’t want to commit and / or push to my server while I’m the middle of a blog post. Nor do I want to push/pull in between my two laptops. As for the files, Syncthing does the work for me and I don’t want to recall myself that I’ve got to synchronize my workspaces.
Thanks for your feedback. [Edit: Typo in title]
. It really is reassuring to know that it’s working somehow.
I’ll give it a try and feedback here if it makes sense.