You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- How to handle unix-y commands: There are a few ways to approach this, though I am in favor of the lightest solution. Can it be done with PHP functions? Or can we require libs on the Windows side of things to make this work as-is? For example, you probably already have git-shell or something like that installed.
- Taking care of file paths: Probably just a matter of going through and replacing "/" with DIRECTORY_SEPARATOR.
Working support for Windows would be awesome.
Things that need to be taken care of:
@msschwartz whatchu think? Have any thoughts?
The text was updated successfully, but these errors were encountered: