From 17bd7844a26b876197390dc77b85adcb285dfcfa Mon Sep 17 00:00:00 2001 From: Sourabh Tiwari Date: Mon, 2 Dec 2024 19:24:01 +0530 Subject: [PATCH] added Gitee's documentation links for both SSH and GPG signing Signed-off-by: Sourabh Tiwari --- cmd/daytona/config/const.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/daytona/config/const.go b/cmd/daytona/config/const.go index cf827064e7..a9a9de5a60 100644 --- a/cmd/daytona/config/const.go +++ b/cmd/daytona/config/const.go @@ -108,6 +108,8 @@ func GetDocsLinkForCommitSigning(providerId string) string { return "https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops" case "aws-codecommit": return "https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-unixes.html" + case "gitee": + return "https://gitee.com/help/articles/4181 and for GPG signing see https://gitee.com/help/articles/4248" default: return "" }