-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi, I'm starting to migrate to Windows for work (😭) and was trying to see if I could still use Fork for Windows to manage my dotfiles like I used to on macOS (for which Fork works beautifully)...
Do you know of a way to set this up so that Fork detects forkgit as a real git instance, such that it would work the same as it does on macOS? I tried a few different things, none of which seem to work so far:
- Wrap forkgit's
bin/gitscript into a.exe, copy over some Git helpers likebash.exeandsh.exe - Create a shortcut called
git.exeto the wrapper script - ???
Admittedly, I am a total novice when it comes to Windows and in particular I am not sure what Fork is looking for when selecting a Git instance (other than it must be a *.exe according to the file dialog). Nothing I have tried so far has made the instance "stick", so I just thought I'd ask to see if you have any ideas or thoughts about it (maybe some OS-specific stuff in the script that could be made more portable? Idk)
Thanks! If I figure anything out I will try to document it here / open a PR, in case others are trying to do the same thing!