Frank van den Bos 038b68055a Initial Commit vor 2 Jahren
..
Classes 038b68055a Initial Commit vor 2 Jahren
Client 038b68055a Initial Commit vor 2 Jahren
DataModel 038b68055a Initial Commit vor 2 Jahren
DatabaseSchema 038b68055a Initial Commit vor 2 Jahren
DigitalForms 038b68055a Initial Commit vor 2 Jahren
Dimensions 038b68055a Initial Commit vor 2 Jahren
Editors 038b68055a Initial Commit vor 2 Jahren
Imports 038b68055a Initial Commit vor 2 Jahren
Licensing 038b68055a Initial Commit vor 2 Jahren
Mail 038b68055a Initial Commit vor 2 Jahren
MultiQuery 038b68055a Initial Commit vor 2 Jahren
Notifications 038b68055a Initial Commit vor 2 Jahren
SMSProvider 038b68055a Initial Commit vor 2 Jahren
Security 038b68055a Initial Commit vor 2 Jahren
User 038b68055a Initial Commit vor 2 Jahren
Aggregate.cs 038b68055a Initial Commit vor 2 Jahren
AuditTrail.cs 038b68055a Initial Commit vor 2 Jahren
BaseObject.cs 038b68055a Initial Commit vor 2 Jahren
Caption.cs 038b68055a Initial Commit vor 2 Jahren
Column.cs 038b68055a Initial Commit vor 2 Jahren
CoreAttribute.cs 038b68055a Initial Commit vor 2 Jahren
CoreDataTable.cs 038b68055a Initial Commit vor 2 Jahren
CoreExpression.cs 038b68055a Initial Commit vor 2 Jahren
CoreUtils.cs 038b68055a Initial Commit vor 2 Jahren
Crc32.cs 038b68055a Initial Commit vor 2 Jahren
DataFile.cs 038b68055a Initial Commit vor 2 Jahren
DataTable.cs 038b68055a Initial Commit vor 2 Jahren
DateTimeExtensions.cs 038b68055a Initial Commit vor 2 Jahren
Deletion.cs 038b68055a Initial Commit vor 2 Jahren
Encryption.cs 038b68055a Initial Commit vor 2 Jahren
Entity.cs 038b68055a Initial Commit vor 2 Jahren
EntityIndex.cs 038b68055a Initial Commit vor 2 Jahren
EntityLink.cs 038b68055a Initial Commit vor 2 Jahren
EntityList.cs 038b68055a Initial Commit vor 2 Jahren
EntityRelation.cs 038b68055a Initial Commit vor 2 Jahren
Export.cs 038b68055a Initial Commit vor 2 Jahren
Expressions.cs 038b68055a Initial Commit vor 2 Jahren
FastBinaryReader.cs 038b68055a Initial Commit vor 2 Jahren
FastBinaryWriter.cs 038b68055a Initial Commit vor 2 Jahren
FileName.cs 038b68055a Initial Commit vor 2 Jahren
Filter.cs 038b68055a Initial Commit vor 2 Jahren
FluentList.cs 038b68055a Initial Commit vor 2 Jahren
FodyWeavers.xml 038b68055a Initial Commit vor 2 Jahren
FodyWeavers.xsd 038b68055a Initial Commit vor 2 Jahren
HTMLBuilder.cs 038b68055a Initial Commit vor 2 Jahren
ICoreRow.cs 038b68055a Initial Commit vor 2 Jahren
ICoreTable.cs 038b68055a Initial Commit vor 2 Jahren
ILookupDefinition.cs 038b68055a Initial Commit vor 2 Jahren
IPackable.cs 038b68055a Initial Commit vor 2 Jahren
IQueryableExtensions.cs 038b68055a Initial Commit vor 2 Jahren
InABox.Core.csproj 038b68055a Initial Commit vor 2 Jahren
InABox.Core.xml 038b68055a Initial Commit vor 2 Jahren
LibraryInitializer.cs 038b68055a Initial Commit vor 2 Jahren
LinkedProperty.cs 038b68055a Initial Commit vor 2 Jahren
Module.cs 038b68055a Initial Commit vor 2 Jahren
MutableLookup.cs 038b68055a Initial Commit vor 2 Jahren
ObservableDictionary.cs 038b68055a Initial Commit vor 2 Jahren
PackableDictionary.cs 038b68055a Initial Commit vor 2 Jahren
PackableList.cs 038b68055a Initial Commit vor 2 Jahren
PredicateExtensions.cs 038b68055a Initial Commit vor 2 Jahren
Profiler.cs 038b68055a Initial Commit vor 2 Jahren
README.md 038b68055a Initial Commit vor 2 Jahren
Script.cs 038b68055a Initial Commit vor 2 Jahren
ScriptType.cs 038b68055a Initial Commit vor 2 Jahren
Selection.cs 038b68055a Initial Commit vor 2 Jahren
SerializableExpression.cs 038b68055a Initial Commit vor 2 Jahren
Serialization.cs 038b68055a Initial Commit vor 2 Jahren
SortOrder.cs 038b68055a Initial Commit vor 2 Jahren
TaskUtils.cs 038b68055a Initial Commit vor 2 Jahren
TimeSpanFormatter.cs 038b68055a Initial Commit vor 2 Jahren
UserProperties.cs 038b68055a Initial Commit vor 2 Jahren
UserTrackingAction.cs 038b68055a Initial Commit vor 2 Jahren
UserTrackingAttribute.cs 038b68055a Initial Commit vor 2 Jahren
XMLExtensions.cs 038b68055a Initial Commit vor 2 Jahren

README.md

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

You’ll 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 you’ll see the change you just made.
  6. Go back to the Source page.

Create a file

Next, you’ll 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. You’ll 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 you’d like to and then click Clone.
  4. Open the directory you just created to see your repository’s 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.