From f464363213ce7315d1f3ea10138450a4ca7432d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Wed, 3 Oct 2018 21:07:58 +0200 Subject: [PATCH] github: explain better what happen with the user credentials --- bridge/github/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/github/config.go b/bridge/github/config.go index 79025cfb462faf9e384246b22cd2ea0322713645..8aa416389a15cc972f082823b404f7ffa36a7eb3 100644 --- a/bridge/github/config.go +++ b/bridge/github/config.go @@ -29,7 +29,7 @@ func (*Github) Configure(repo repository.RepoCommon) (core.Configuration, error) conf := make(core.Configuration) fmt.Println() - fmt.Println("git-bug will generate an access token in your Github profile.") + fmt.Println("git-bug will generate an access token in your Github profile. Your credential are not stored and are only used to generate the token. The token is stored in the repository git config.") // fmt.Println("The token will have the \"repo\" permission, giving it read/write access to your repositories and issues. There is no narrower scope available, sorry :-|") fmt.Println()