git branch note explanation

This commit is contained in:
Gautier Pialat 2019-11-08 09:39:06 +01:00
parent b0150d548a
commit 076ef0407b

View File

@ -37,6 +37,7 @@ cd freqtrade
./setup.sh --install
```
When cloning the repository the default working branch is name `develop`. This branch contains the last features (can be considered as relatively stable thanks to automated tests). The `master` branch contains the code of the last release (done once per month with a one week old snapshot of the `develop` branch to prevent packaging bugs so potentially more stable).
!!! Note
Windows installation is explained [here](#windows).