Dan Sosedoff
Dan Sosedoff
There are few issues we wanted to go over before it gets pushed.
Thanks for the bug report, i will look into it.
You can turn off automatic repo creation with `config.AutoCreate` option. As for `let the user select the folder to save the repo`, im not sure what you mean. What's your...
Yea turn off automatic creation of the repos then, this feature is meant for dev/test environments only. About your other request - if you wish to have your custom URL...
What is this ?
Sorry, i no longer use or maintain this project. So if any of you guys is interested to fix the issue - i will happily merge and release a new...
Good point. I might try to add that some time soon.
Could you describe the workflow you're using right now with gitkit? Oh, and the SSH support is available, so not sure what exactly are you missing from the current implementation.
If you have a PR - i can def accept it.
Indeed, when your action (or code) tries to clone from a HTTPS endpoint, `act` will hang waiting for the password prompt. You can set `GIT_TERMINAL_PROMPT=0` in the top-level `env` in...