https://github.com/soreana/database_book
https://github.com/soreana/database_book
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soreana/database_book
- Owner: soreana
- Created: 2017-03-28T01:47:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T18:32:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T23:16:49.311Z (5 months ago)
- Language: TeX
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Document README (please edit)
This is the README generated by `softcover new `. It's not used by the [Softcover](http://softcover.io/) website, but it's a good practice to have a README when storing your document's source at, e.g., [GitHub](http://github.com/) or [Bitbucket](http://bitbucket.org/). (The latter is especially recommended for documents whose source isn't public, as Bitbucket allows unlimited free private repositories.)
Softcover documents come with a `.gitignore` file for use with [Git](http://git-scm.com/). To get started, add your files as follows:
$ git add -A
$ git commit -m "Initialize repository"Then follow the instructions at [GitHub](http://github.com/) or [Bitbucket](http://bitbucket.org/) to create and push a remote repository.