mirror of https://github.com/acid-info/vac.dev.git
990d9be628 | ||
---|---|---|
.github | ||
_data/authors | ||
research | ||
static-assets | ||
.gitignore | ||
README.md | ||
config.json | ||
contribute.md | ||
media.md | ||
open-problems.md | ||
principles.md | ||
projects.md | ||
publications.md | ||
research-areas.md | ||
vac.md |
README.md
Vac.dev Website
Made and deployed with logos site-builder.
Continuous Deloyment
staging
branch is deployed to staging.vac.devmaster
branch is deployed to vac.dev
Change Process
- Create a new working branch from
staging
:git checkout staging; git checkout -b my-changes
; - Proceed with changes, push to
origin
and open a Pull Request againststaging
; - Once approved, merge pull request, check changes on staging.vac.dev;
- Once ready to promote to live website, rebase master on staging:
git checkout master; git pull master; git rebase origin/staging; git push
.