Private version control for your Git ignored files.
Project description
GitGhost
Private version control for your Git ignored files.
Why use GitGhost?
- Keep sensitive files private: Manage secrets, configs, or personal files outside your public repo.
- Seamless Git integration: Works alongside your existing Git workflow.
- Simple commands: Easily save, check status, or discard private changes.
- Separate private repo: Keeps your private data secure and versioned.
- Cross-platform: Designed for Linux, works on any system with Python 3.10+.
Requirements
- Python 3.10 or higher
- Git installed
- GitHub CLI (
gh) is required for private repo automation
Installation
Install GitGhost directly from PyPI:
pip install gitghost
Commands
Initialize GitGhost in your project:
gitghost init
Check status of private files:
gitghost status
Save private changes:
gitghost save
Discard private changes:
gitghost discard
Get help and list all commands:
gitghost help
How it works
- Specify private files/folders in
.gitghostinclude(which should also be in.gitignore). - GitGhost manages a separate private repository for these files.
gitghost savecommits and pushes private changes.gitghost statusshows private file changes.- Keeps private data out of your public repo, but safely versioned.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitghost-1.0.4.tar.gz.
File metadata
- Download URL: gitghost-1.0.4.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d61d706e63f37718b7c7b95a9e665504381ba59ee3c91d3ceffaded51028d138
|
|
| MD5 |
551eb817012d1d1e5b0ab3dc5c2f5a05
|
|
| BLAKE2b-256 |
eb47b9e15083d749c5c69e5dd644d05a6cb20dba1beb503bc705a21e6fd5dfbf
|
File details
Details for the file gitghost-1.0.4-py3-none-any.whl.
File metadata
- Download URL: gitghost-1.0.4-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
193909110306b73edfb152d223bc61d2ec1fa98b839509650ddfd582c4954ce1
|
|
| MD5 |
67252778efcc4a459ff71df54f85fba7
|
|
| BLAKE2b-256 |
3d937f53c2eb8039b0d49df6f69b602e76c5ee6fe2a3552e9feb0099567801ec
|