Last updated: July 2026
Commit It is a Chrome extension that lets you commit your SQL, Python, and other practice work directly to your GitHub account. This page explains what data the extension accesses and how it is handled.
chrome.storage.local on your device and
is never sent to any server other than api.github.com.
api.github.com/user
using your token, and stored locally alongside the token so the extension can identify
the correct account.
All settings (token, username, preferences) are stored using
chrome.storage.local, which is local to your browser profile and is not
synced to the cloud. You can remove all stored data at any time by clicking
Disconnect in the extension's settings page, or by removing the extension
from Chrome.
The only external service this extension communicates with is the
GitHub REST API
(api.github.com), and only when you explicitly trigger a commit action.
GitHub's own privacy policy
applies to data sent to GitHub.
If you have any questions about this privacy policy, please open an issue on the GitHub repository.