leaky
Go to file
2021-03-19 13:06:32 -07:00
ajax Update code 2021-03-19 13:06:32 -07:00
api Update code 2021-03-19 13:06:32 -07:00
bootstrap Release code 2021-03-14 14:31:55 -07:00
cron Update code 2021-03-19 13:06:32 -07:00
fontawesome Release code 2021-03-14 14:31:55 -07:00
images Update code 2021-03-19 13:06:32 -07:00
map Release code 2021-03-14 14:31:55 -07:00
pages Update code 2021-03-19 13:06:32 -07:00
rss Release code 2021-03-14 14:31:55 -07:00
scripts Update code 2021-03-19 13:06:32 -07:00
src Update code 2021-03-19 13:06:32 -07:00
templates/bootstrap4 Update code 2021-03-19 13:06:32 -07:00
.env Update code 2021-03-19 13:06:32 -07:00
.gitattributes Update code 2021-03-19 13:06:32 -07:00
.gitignore Update code 2021-03-19 13:06:32 -07:00
404.html Release code 2021-03-14 14:31:55 -07:00
503.html Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon-76x76-precomposed.png Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon-76x76.png Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon-120x120-precomposed.png Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon-120x120.png Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon-152x152-precomposed.png Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon-152x152.png Release code 2021-03-14 14:31:55 -07:00
apple-touch-icon.png Release code 2021-03-14 14:31:55 -07:00
bootstrap.php Release code 2021-03-14 14:31:55 -07:00
check_orphaned_chapters.php Release code 2021-03-14 14:31:55 -07:00
composer.json Release code 2021-03-14 14:31:55 -07:00
composer.lock Release code 2021-03-14 14:31:55 -07:00
config.req.example.php Update code 2021-03-19 13:06:32 -07:00
dberror.html Release code 2021-03-14 14:31:55 -07:00
error.php Release code 2021-03-14 14:31:55 -07:00
f2banned_hook.php Release code 2021-03-14 14:31:55 -07:00
favicon-16x16.png Release code 2021-03-14 14:31:55 -07:00
favicon-32x32.png Release code 2021-03-14 14:31:55 -07:00
favicon-96x96.png Release code 2021-03-14 14:31:55 -07:00
favicon-192x192.png Release code 2021-03-14 14:31:55 -07:00
favicon.ico Release code 2021-03-14 14:31:55 -07:00
GeoLite2-City.mmdb Release code 2021-03-14 14:31:55 -07:00
GeoLite2-Country.mmdb Release code 2021-03-14 14:31:55 -07:00
index.php Release code 2021-03-14 14:31:55 -07:00
manifest.json Release code 2021-03-14 14:31:55 -07:00
opensearch.xml Release code 2021-03-14 14:31:55 -07:00
package-lock.json Update code 2021-03-19 13:06:32 -07:00
package.json Update code 2021-03-19 13:06:32 -07:00
README.md Update code 2021-03-19 13:06:32 -07:00
robots.txt Release code 2021-03-14 14:31:55 -07:00
sql.php Update code 2021-03-19 13:06:32 -07:00
webpack-reader.config.js Update code 2021-03-19 13:06:32 -07:00
webpack.config.js Update code 2021-03-19 13:06:32 -07:00
yarn.lock Update code 2021-03-19 13:06:32 -07:00

Edit a file, create a new file, and clone from Bitbucket in under 2 minutes

When you're done, you can delete the content in this README and update the file with details for others getting started with your repository.

We recommend that you open this README in another tab as you perform the tasks below. You can watch our video for a full demo of all the steps in this tutorial. Open the video in a new tab to avoid leaving Bitbucket.


Edit a file

Youll start by editing this README file to learn how to edit a file in Bitbucket.

  1. Click Source on the left side.
  2. Click the README.md link from the list of files.
  3. Click the Edit button.
  4. Delete the following text: Delete this line to make a change to the README from Bitbucket.
  5. After making your change, click Commit and then Commit again in the dialog. The commit page will open and youll see the change you just made.
  6. Go back to the Source page.

Create a file

Next, youll add a new file to this repository.

  1. Click the New file button at the top of the Source page.
  2. Give the file a filename of contributors.txt.
  3. Enter your name in the empty file space.
  4. Click Commit and then Commit again in the dialog.
  5. Go back to the Source page.

Before you move on, go ahead and explore the repository. You've already seen the Source page, but check out the Commits, Branches, and Settings pages.


Clone a repository

Use these steps to clone from SourceTree, our client for using the repository command-line free. Cloning allows you to work on your files locally. If you don't yet have SourceTree, download and install first. If you prefer to clone from the command line, see Clone a repository.

  1. Youll see the clone button under the Source heading. Click that button.
  2. Now click Check out in SourceTree. You may need to create a SourceTree account or log in.
  3. When you see the Clone New dialog in SourceTree, update the destination path and name if youd like to and then click Clone.
  4. Open the directory you just created to see your repositorys files.

Now that you're more familiar with your Bitbucket repository, go ahead and add a new file locally. You can push your change back to Bitbucket with SourceTree, or you can add, commit, and push from the command line.