aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/config.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-10-03 21:07:58 +0200
committerMichael Muré <batolettre@gmail.com>2018-10-03 21:07:58 +0200
commitf464363213ce7315d1f3ea10138450a4ca7432d3 (patch)
tree77a45c05eb836844786fc38aa3fab625892ea056 /bridge/github/config.go
parentf37155d00ff58b1f9f6dfe54e407b95d4b067491 (diff)
downloadgit-bug-f464363213ce7315d1f3ea10138450a4ca7432d3.tar.gz
github: explain better what happen with the user credentials
Diffstat (limited to 'bridge/github/config.go')
-rw-r--r--bridge/github/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/config.go b/bridge/github/config.go
index 79025cfb..8aa41638 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()