From 8c6ed6390d2516ab7882be322ee51c986132787c Mon Sep 17 00:00:00 2001 From: Henri Larget Date: Wed, 20 Sep 2017 16:36:58 +0200 Subject: [PATCH] adding help for bitbucket usage. --- docs/git_auth.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/git_auth.md b/docs/git_auth.md index dc189d9..a09635e 100644 --- a/docs/git_auth.md +++ b/docs/git_auth.md @@ -2,6 +2,7 @@ There are two methods of pulling code from git, you can either use a Personal Token (recommended method) or an SSH key. **Note:** We would recommend using a git personal token over an SSH key as it simplifies the set up process. To create a personal access token on Github follow this [guide](https://help.github.com/articles/creating-an-access-token-for-command-line-use/). +If your repository is on BitBucket, you can create an "app password" and use it as the personnal access token. To get an app password for BitBucket, follow this [guide](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html). ### Personal Access token