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 teracyhq#480 from hoavt/tasks/teracyhq#470-update-…
…Readme-with-how-to-develop-section teracyhq#470 | update README with how to develop section
- Loading branch information
Showing
1 changed file
with
15 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 |
---|---|---|
|
@@ -41,6 +41,21 @@ Installation and Usage | |
|
||
Follow the guide at http://dev.teracy.org/docs/develop/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 | ||
------- | ||
|