isacikgoz / gitbatch

manage your git repositories in one place
MIT License
1.54k stars 53 forks source link

Feature request: Provide binaries for people running MSYS bash on Windows #103

Open ram-bv opened 4 years ago

ram-bv commented 4 years ago

I think that these actually would just be Windows binaries, and the MSYS part would be irrelevant, but I'm not 100% sure.

isacikgoz commented 4 years ago

Actually this project is pure Go and it shouldn't be a problem to run on Windows. I didn't included the binaries because I didn't tested on Windows, feel free to compile on windows and share your feedback :)

Let me know if you need assistance regarding to compiling on windows.

ScatteredRay commented 3 years ago

I just cloned the repo and ran go build ./cmd/gitbatch and it seems to have succeeded without errors, and gitbatch.exe seems to run.

So far it appears to work on Windows.