ts0818
ts0818
git is specified for output, but the bare repository that is created is the master branch. Is it impossible to configure something like creating it in the main branch? As...
@skiera6 Thank you for your cooperation. In my project, the git push part is executed from a shell script, so I want the branch to become main at the point...
@skiera6 Thank you for your cooperation. The remote repository on GitHub is the main branch, so before running Docker Compose, In the host directory mounted to the Docker container directory,...
@skiera6 After that, there seems to be a problem where the contents of the remote repository are overwritten during Oxidized processing. For example, a repository that used to manage 10...
@skiera6 Thank you for your cooperation. It is necessary to use "proxy" to "git push", and unfortunately "git push" using "hooks" does not support "proxy". Not available. The focus is...
@robertcheramy Thank you for your cooperation. You updated the document on October 15, 2024. > https://github.com/ytti/oxidized/commit/34c3e7d42ec6c05c72c792e60780da0ac062047c https://github.com/ytti/oxidized/blob/master/docs/Hooks.md > Githubrepo will use the branch name used in the git output as...
@robertcheramy Thank you for your cooperation. In my case, Oxidized is being used in a way that is not expected. I understand.
Thanks for the quick reply. I don't understand the devbox service very well. It said that it was inspired by docker compose, so I thought I could connect using something...
@mohsenari Thank you for your detailed explanation. I understand. your explanation is very good, For many people, it would be great if you could add it to the documentation. I...