We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e4b54 commit 9cda62aCopy full SHA for 9cda62a
examples/bitbucket.md
@@ -0,0 +1,21 @@
1
+# Bitbucket Cloud
2
+
3
+Clone the microsoft workspace using an app-password
4
5
+```
6
+ghorg clone microsoft --scm=bitbucket --bitbucket-username=<your-username> --token=<app-password>
7
8
9
+Clone the microsoft workspace using oauth token
10
11
12
+ghorg clone microsoft --scm=bitbucket --token=<oauth-token>
13
14
15
+# Hosted Bitbucket
16
17
+Clone the foobar workspace on a hosted bitbucket instance using an app-password
18
19
20
+ghorg clone foobar --scm=bitbucket --bitbucket-username=<your-username> --token=<app-password> --base-url=https://api.myhostedbb.com/v2
21
0 commit comments