protondb-api
An unofficial API for the ProtonDB database dumps
File Explorer
- config.php
- initdb.sql
- nginx.conf
- post-merge.sh
- Router.php
- merge-db.php
- index.html
- .gitignore
- core.php
- LICENSE
- README.md
- router.php
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git pull
View Details ▼
git pull
Fetch branch from a remote repository and merge it to local repository.
git pull
Download changes from default remote repository and merge it:
git pull {{[-r|--rebase]}}
Download changes from default remote repository and use fast-forward:
git pull {{remote_name}}
Download changes from a specific remote repository:
// repository documentation
Was this content helpful?
(0 ratings)
