After dabbling for a few years in coding (and getting hundreds of answers from Stackoverflow), I've decided to commit to a version control system. I am a frequent user of onedrive, and would like to synchronize through that to use multiple machines for development.
After a first failed attempt, I looked up some instructions, and have proceeded as follows:
I set up a bare repository on OneDrive, and cloned that to local repositories on my two main machines. What I would like to do is to be able to make some changes, stash them, drive to work, and access the stashed changes on a different machine. Is this possible, or do I just need to create a branch and commit in order to do this? Or, is there a way to use a OneDrive folder from both machines, and and just see all my work in one place?