This is a guide to on how to export your channels to a GIT repo Git repository with Iguana 6 if you have not done it before or need a refresher! We focus on Bitbucket, but many of the concepts will apply if you are using Github or another git hosting provider.
Expand |
---|
title | STEP 1: It's helpful to have a hosting Git service account - you get a free one with bitbucket |
---|
|
Easy, For Bitbucket - go to :https://www.bitbucket.com/ Click , click on Get it free and follow the steps to get a free account. |
Expand |
---|
title | STEP 2: From your new Workspace, create an empty repository |
---|
|
First create a Workspace, name it anything you like. Then create a Respository: Image RemovedThen Click Create repository.
It should look something like this: Create the repository:
The repository Access Level can be public or private. You must name the Default branch name: master - Iguana 6 looks for this specific branch name. Then click Create Repository Image Added |
Expand |
---|
title | STEP 3: In Iguana 6, go to Settings → Add and Configure Repositories |
---|
|
Click In Iguana 6, click New Repository. You You’ll see a screen like this: |
Expand |
---|
title | STEP 4: Fill it out with the details of your repository |
---|
| Enter any name for the Repository. |
Copy the https:// URL from your created Bitbucket repository:
Paste In Iguana 6, enter any name for the Repository and paste the https:// URL into Iguana 6: for your repository.
Click Save Repository and it . It should look like this:
|
Expand |
---|
title | STEP 5: Create an App Password in Bitbucket |
---|
|
Navigate to Personal Bitbucket Settings: Image ModifiedTake note of your Username and navigate to App Passwords:
Click Create app password
. Edit the permissions to look like this:
Click Create Copy andcopy the App Password and (save it somewhere for STEP 7 .)
|
Expand |
---|
title | STEP 7: Use your Username and App Password to authenticate with bitbucket. |
---|
|
Enter a commit message, click Ok. Enter your Bitbucket Username and App Password that were created in STEP 5:
Click Continue and you should be met with this message:
|
...