I have a work machine and a home machine, and on both is a clone of the same online repo. I make some changes that I do not have time to finish before I leave work, but I want to take them with me so I can work further at home.
I want to avoid:
- Pushing any changes to the online repo, by creating a new branch or otherwise, since I do not wish to pollute the repo with unnecessary commits.
- Making a copy of the entire repo, since it is very large.
- Sifting through Windows Explorer to get hold of all the files and copy them manually, since there are quite a few files.
Basically, is there a quick way to take my “work in progress” home with me, without making any pushes?
use
It is designed for this purpose. It will store only what you tell it to.