-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BetsyJin
committed
Aug 23, 2020
1 parent
4c5e82e
commit 9beee53
Showing
2 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 BetsyHJ | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
**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](https://youtu.be/0ocf7u76WSo) 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](https://www.sourcetreeapp.com/). If you prefer to clone from the command line, see [Clone a repository](https://confluence.atlassian.com/x/4whODQ). | ||
|
||
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](https://confluence.atlassian.com/x/iqyBMg), or you can [add, commit,](https://confluence.atlassian.com/x/8QhODQ) and [push from the command line](https://confluence.atlassian.com/x/NQ0zDQ). | ||
# SOFA | ||
This repository is the implementation of SOFA, the Simulator for OFfline leArning and evaluation. | ||
|
||
### Files in the folder | ||
|
||
### Required packages | ||
|
||
### Running the code | ||
|
||
### More details |