1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 04:24:22 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/definitions/GitHub.tid

14 lines
706 B
Plaintext
Raw Normal View History

2014-09-10 21:35:02 +00:00
created: 20140910212609354
modified: 20190408173002622
2014-09-11 14:52:47 +00:00
tags: Definitions
2014-09-10 21:35:02 +00:00
title: GitHub
type: text/vnd.tiddlywiki
2022-12-21 10:07:14 +00:00
GitHub is a hosting service for distributed projects that use git as their version-control system. It allows free hosting and management of open-source projects and facilitates collaborative development on the source code. Using GitHub for non-open-source endeavours requires additional fees.
2014-09-10 21:35:02 +00:00
The code and documentation of TiddlyWiki is hosted on GitHub at:
https://github.com/Jermolene/TiddlyWiki5
2020-04-07 19:32:40 +00:00
GitHub also offer a free web hosting service called [[GitHub Pages|https://pages.github.com/]] that can be used directly from the single file configuration. See [[Saving to a Git service]].