Skip to content

Commit 9a4f48d

Browse files
authored
Update github.md
1 parent d4e8a85 commit 9a4f48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/methods/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Git/Github:
1+
### Git/Github
22

33
The main code repository and development location of the Databook is on [Github](https://github.com/), and the project is version-controlled with [Git](https://git-scm.com/). The Databook is developed with version-control practices in mind. Branches are used for developing separate features and commits are pushed from local machines to the remote repo. A `dev` branch is used as the basis for all continuous integration and merging separate feature branches. During deployments, if the dev branch passes the build test, it may be merged into the `main` branch, intended to host the latest working release of the Databook. Finally, from the main branch, the Databook is deployed to the public website and a release is made manually using the Github release feature.
44

0 commit comments

Comments
 (0)