further clarification on branches in the README
This commit is contained in:
parent
ca54d4beb8
commit
dce96b2ef3
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ I have branches for each theme for the website. Commits to `master` should be th
|
||||||
posts. Theme branches should pull from `master` whenever there are new `master` commits. Commits exclusive to theme
|
posts. Theme branches should pull from `master` whenever there are new `master` commits. Commits exclusive to theme
|
||||||
branches should *only* be for changes relevant to the theme.
|
branches should *only* be for changes relevant to the theme.
|
||||||
|
|
||||||
|
Theme branches are what should be used to build the website. `master` should not be used for building/deployment, only
|
||||||
|
to store common changes among all branches.
|
||||||
|
|
||||||
# Licensing
|
# Licensing
|
||||||
|
|
||||||
The contents of this git repo are licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt). The contents of the
|
The contents of this git repo are licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt). The contents of the
|
||||||
|
|
Loading…
Reference in a new issue