You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bitbucket-development.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,20 @@ Assuming the user successfully logins into Bitbucket and authorizes the GCM this
63
63
64
64
The Access and Refresh Tokens will be stored against the username and the username/Access Token credentials returned to Git.
65
65
66
-
# On-Premise Bitbucket
66
+
##On-Premise Bitbucket
67
67
68
-
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, https://bitbucket.org.
68
+
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, [bitbucket.org](https://bitbucket.org).
69
69
70
70
As far as GCMC is concerned the main difference it doesn't support OAuth so only Basic Authentication is available.
71
71
72
72
It is possible to test with Bitbucket Server by running it locally using the following command from the Atlassian SDK:
73
73
74
-
❯ atlas-run-standalone --product bitbucket
74
+
❯ atlas-run-standalone --product bitbucket
75
75
76
-
See https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/.
76
+
See the developer documentation for [atlas-run-standalone](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/).
77
77
78
78
This will download and run a standalone instance of Bitbucket Server which can be accessed using the credentials `admin`/`admin` at
79
79
80
-
https://localhost:7990/bitbucket
80
+
https://localhost:7990/bitbucket
81
81
82
-
Instructions on how to download and install the Atlassian SDK can be found here: https://developer.atlassian.com/server/framework/atlassian-sdk/
82
+
Atlassian has [documentation](https://developer.atlassian.com/server/framework/atlassian-sdk/) on how to download and install their SDK.
`cache`|Git's built-in [credential cache](https://git-scm.com/docs/git-credential-cache).|Windows, macOS, Linux
333
330
`plaintext`|Store credentials in plaintext files (**UNSECURE**). Customize the plaintext store location with [`credential.plaintextStorePath`](#credentialplaintextstorepath).|Windows, macOS, Linux
0 commit comments