Skip to content

Commit 9cda62a

Browse files
committed
Create bitbucket.md
1 parent 87e4b54 commit 9cda62a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

examples/bitbucket.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)