Hi,
Not a git expert, so maybe it’s ever possible.
I edit same github repo cloned locally on several machines (different network/folder).
So I can push on one machine, files goes to github, pull on this other machine, allright.
Now, let’s say on one machine, I edit some files, but don’t want to push these. Because unfinished, known bug, etc.
Then I leave and goes on other machine (not same location). I can’t pull to get my unstaged files as these has not been pushed.
Actually I have to recreate needed folder hierarchy, get modified files one by one, get it on usb key or send it by email, and put them locally on the other local repo so I can see it in sublimeMerge and right-click/open to continue working on these files.
So, is there a way, in sublimeMerge, to automatically create needed folder structure and copy unstaged files into, to move them elsewhere ?
Or a way to add a menu entry which execute a python script, that could get unstaged files and their path to do it ?
Thks