forked from teracyhq/dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from teracyhq/develop
merge remote branch teracy-dev/develop
- Loading branch information
Showing
10 changed files
with
120 additions
and
31 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
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 |
---|---|---|
|
@@ -41,6 +41,21 @@ Installation and Usage | |
|
||
Follow the guide at http://dev.teracy.org/docs/getting_started.html | ||
|
||
How to develop | ||
-------------- | ||
Follow the commands below to pull the latest code of teracy-dev and you can continue to develop it. | ||
|
||
.. code-block:: bash | ||
$ cd ~/ | ||
$ git clone <your_forked_repo> teracy-dev | ||
$ cd teracy-dev | ||
$ git remote add upstream [email protected]:teracyhq/dev.git | ||
$ git fetch upstream # get the changes from the upstream repo | ||
$ git checkout develop # the develop branch to work on it | ||
$ git branch -u upstream/develop # track the upstream's branch | ||
$ git pull # update to the latest upstream's changes | ||
License | ||
------- | ||
|
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module TeracyDev | ||
# sermver format | ||
VERSION = '0.6.0-a3-SNAPSHOT' | ||
VERSION = '0.6.0-a5-SNAPSHOT' | ||
end |