Created About branches (markdown)
10
About-branches.md
Normal file
10
About-branches.md
Normal file
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user