Skip to content

Commit c40db4f

Browse files
committed
Merge branch 'requests/github/187' into devel
2 parents f14a343 + 398ed2b commit c40db4f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,23 +237,20 @@ section in the gitconfig:
237237

238238
[gitrepo "bitbucket"]
239239
username = ford.prefect
240-
token = YourOtherSecretKey
240+
token = YourSecretAppKey
241241

242242
[gitrepo "gogs"]
243243
fqdn = UrlOfYourGogs
244244
token = YourVerySecretKey
245245

246-
Here, we're setting the basics: just the private token. You'll notice that for bitbucket
247-
the private token is your username and password seperated by a column. That's because
248-
bitbucket does not offer throw away private tokens for tools (I might implement BB's OAuth
249-
at some point).
246+
Here, we're setting the basics: just the private token. Notice that the token needed for Bitbucket are an App-token, not to be confused with an OAuth-token, which are also avaiable from the Butbucket settings.
250247

251248
You also have the ability to set up an alias:
252249

253250
[gitrepo "bitbucket"]
254251
alias = bit
255252
username = ford.prefect
256-
token = YourOtherSecretKey
253+
token = YourSecretAppKey
257254

258255
that will change the command you use for a name you'll prefer to handle actions
259256
for the service you use:

0 commit comments

Comments
 (0)