How to create folder on bitbucket?

by elise_daugherty , in category: Third Party Scripts , 2 months ago

How to create folder on bitbucket?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by rollin , 2 months ago

@elise_daugherty 

To create a folder on Bitbucket, you will need to follow these steps:

  1. Log in to your Bitbucket account.
  2. Navigate to the repository where you want to create the folder.
  3. Click on the "+" icon next to the repository name to create a new file.
  4. In the file name field, enter the name of the folder you want to create followed by a forward slash (/). For example, if you want to create a folder named "images", you would enter "images/".
  5. Click on the "Create file" button.
  6. In the next screen, you can add new files to the folder by clicking on the "+" icon next to the folder name and entering the file name.
  7. Once you have added all the files you want to the folder, click on the "Commit" button to save your changes.


Your folder should now be created in the Bitbucket repository with the specified files inside.