This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git
commit 6969145f55fd8292d279c422447a4e6a38281e9b Author: Georg Kallidis <[email protected]> AuthorDate: Mon Oct 24 11:55:27 2022 +0200 try to force ssh when committing --- .gitconfig | 3 +++ site | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..19534db --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +# Enforce SSH +[url "ssh://[email protected]/"] + insteadOf = https://github.com/ \ No newline at end of file diff --git a/site b/site index 3151b0c..1ec9585 160000 --- a/site +++ b/site @@ -1 +1 @@ -Subproject commit 3151b0c663960359e3e082f0fb24176cb9bbc78e +Subproject commit 1ec9585b06578566497515ea0f774005e6527a88
