diff --git a/About-branches.md b/About-branches.md new file mode 100644 index 0000000..62142cc --- /dev/null +++ b/About-branches.md @@ -0,0 +1,10 @@ +# dev +Always use this branch to change code, please test locally before pushing, if possible. + +# master +This branch is used for the production server. +**Never commit into this branch** directly! Only merge stable versions of *dev*: +```bash +git checkout master +git merge dev + ``` \ No newline at end of file