{"id":29248194,"url":"https://github.com/tardieunicolas/gitveil","last_synced_at":"2025-07-04T00:04:58.117Z","repository":{"id":301960930,"uuid":"1001638643","full_name":"tardieunicolas/gitveil","owner":"tardieunicolas","description":"Keep your GitHub contribution graph active without exposing your private code","archived":false,"fork":false,"pushed_at":"2025-07-03T22:02:32.000Z","size":1320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T00:02:16.618Z","etag":null,"topics":["activity","cli","commits","contribution-graph","developer-tools","git","git-history","github","github-activity","privacy","synchronization"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/git-veil","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tardieunicolas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-13T18:21:51.000Z","updated_at":"2025-07-03T22:00:32.000Z","dependencies_parsed_at":"2025-07-04T00:02:16.907Z","dependency_job_id":null,"html_url":"https://github.com/tardieunicolas/gitveil","commit_stats":null,"previous_names":["tardieunicolas/gitveil"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tardieunicolas/gitveil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardieunicolas%2Fgitveil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardieunicolas%2Fgitveil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardieunicolas%2Fgitveil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardieunicolas%2Fgitveil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tardieunicolas","download_url":"https://codeload.github.com/tardieunicolas/gitveil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tardieunicolas%2Fgitveil/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421888,"owners_count":23464046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activity","cli","commits","contribution-graph","developer-tools","git","git-history","github","github-activity","privacy","synchronization"],"created_at":"2025-07-04T00:02:09.869Z","updated_at":"2025-07-04T00:04:58.035Z","avatar_url":"https://github.com/tardieunicolas.png","language":"TypeScript","readme":"![npm](https://img.shields.io/npm/v/git-veil)\n![MIT License](https://img.shields.io/badge/License-MIT-green)\n![Open Source](https://img.shields.io/badge/Open%20Source-Yes-brightgreen)\n![Privacy](https://img.shields.io/badge/100%25%20private-0%25%20code%20shared-blue)\n![Auditable](https://img.shields.io/badge/Code-Fully%20Auditable-brightgreen)\n![npm](https://img.shields.io/npm/dw/git-veil)\n\n# 🚀 GitVeil\n\n**Keep your GitHub contribution graph active without exposing your private code.**\n\n## 🆕 What's New in v1.0.3\n\n\u003e **[View Full Changelog](CHANGELOG.md)** \n\n## Overview\n\n**GitVeil** is a local CLI tool that syncs your professional development activity to a personal GitHub repository, in a **discreet**, **automated**, and **confidential** way. It replays your commits in an anonymized form, never copying any source code.\n\n\n## Why choose GitVeil ?\n\n- ✅ **Visibility**: Keep your GitHub contribution graph active, even for private work.\n- 🔒 **Privacy**: No code is copied, everything stays local, 100% private.\n- 🧘 **Simplicity**: Quick installation, guided configuration, minimalist usage.\n\n\n## See GitVeil in action:\n\n**Before GitVeil :**\n\n![Before](https://github.com/tardieunicolas/gitveil/blob/main/assets/gitpulse-demo-2024.png)\n\n**After GitVeil :**\n\n![After](https://github.com/tardieunicolas/gitveil/blob/main/assets/gitpulse-demo-2024-after.png)\n\nYour contribution graph stays active without exposing any private work!\n\n\n## 📦 Installation\n\nInstall GitVeil globally using npm:\n\n```bash\nnpm install git-veil -g\n```\n\nVerify the installation:\n\n```bash\ngitveil --version\n```\n\n\n\n## 🚀 Quick Start\n\n### 1. Setup Target Repository\n\n```bash\nmkdir my-target-repo \u0026\u0026 cd my-target-repo\ngit init \u0026\u0026 git remote add origin https://github.com/yourusername/my-target-repo.git\ngit branch -M main \u0026\u0026 git push -u origin main\ngitveil config --init\n```\n\n### 2. Record \u0026 Sync Activity\n\n```bash\ncd /path/to/your/work/repo\ngitveil record \u0026\u0026 gitveil push\n```\n\n**Done!** Your GitHub graph now reflects your private work.\n\n\n\n## Main commands\n\n- `gitveil record`: Extract and save filtered Git activity\n- `gitveil status`: Show sync status and pending record\n- `gitveil push`: Push anonymized commits to GitHub\n- `gitveil config --init`: Edit configuration (email, path, etc)\n- `gitveil guide`: Show quick start guide\n\n\n\n## Privacy\n\n![Privacy](https://img.shields.io/badge/100%25%20private-0%25%20code%20shared-blue)\n\n- No code is ever copied\n- No network access to professional repositories\n- Everything happens locally, on your machine\n\n\n\n## How It Works\n\n1. **Scan**: Reads commit dates from your repositories (no code access)\n2. **Generate**: Creates anonymous commits in your target repository\n3. **Sync**: Pushes to GitHub to update your contribution graph\n\n**Privacy**: Only commit timestamps are processed - your code never leaves your machine.\n\n\n## 🛠 Troubleshooting\n\n\n| Issue | Solution |\n|-------|----------|\n| **\"No Git repository found\"** | • Run command from inside a Git repository\u003cbr\u003e• Check if `.git` folder exists\u003cbr\u003e• Run `git status` to verify Git initialization |\n| **\"No commits found for email\"** | • Check `git config user.email` matches your commits\u003cbr\u003e• Use `git log --author=\"your@email.com\"` to verify\u003cbr\u003e• Update email with `git config user.email \"correct@email.com\"` |\n| **\"Target repository not found\"** | • Ensure target path exists and is Git-initialized\u003cbr\u003e• Run `gitveil config --init` to set correct path\u003cbr\u003e• Verify remote with `git remote -v` |\n| **\"Permission denied (publickey)\"** | • Check SSH key setup: `ssh -T git@github.com`\u003cbr\u003e• Add SSH key to GitHub or use HTTPS instead\u003cbr\u003e• Run `git config --global credential.helper store` |\n| **\"Nothing to commit\"** | • Ensure you have commits in source repository\u003cbr\u003e• Check date range with `gitveil config`\u003cbr\u003e• Verify email configuration matches commit author |\n| **\"Configuration issues\"** | • Run `gitveil config --init`\u003cbr\u003e• Check file permissions in target directory\u003cbr\u003e• Verify paths are absolute and accessible |\n\n\n---\n\n## ❓ FAQ\n\n**Q: Is my code safe?**  \nA: Yes. GitVeil only reads commit timestamps, never your source code.\n\n**Q: Can I use multiple repositories?**  \nA: Yes. Run `gitveil record` in each repository you want to track.\n\n**Q: Will it affect my work repositories?**  \nA: No. GitVeil is read-only for your work repos.\n\n**Q: What if I miss some days?**  \nA: Run `gitveil record \u0026\u0026 gitveil push` - original dates are preserved.\n\n**Q: Can I preview before pushing?**  \nA: Yes. Use `gitveil status` to see pending commits.\n\n**Q: How does email detection work?**  \nA: Uses `git config user.email` from each repository automatically.\n\n### Getting Help\n\n---\n\n## 💬 Support\n\nIf **GitVeil** has been helpful to you, consider supporting its continued development:\n\n[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-☕-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://coff.ee/nicolastardieu)\n\nYour support helps keep this project alive and motivates further improvements.\nEven a small gesture makes a big difference — thank you! 🙏\n\n---\n\n### 📧 Questions \u0026 Suggestions\n\nHave questions, suggestions, or feedback? I'd love to hear from you!\n\n[![Email](https://img.shields.io/badge/Email-Contact%20me-blue?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:ntardieu.contact@gmail.com?subject=GitVeil%20-%20Question/Suggestion)\n\nWhether it's a bug report, feature request, or just a quick question, don't hesitate to reach out.\n\n---\n\n## 📄 License\n\nMIT License - see the [LICENSE](LICENSE) file for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftardieunicolas%2Fgitveil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftardieunicolas%2Fgitveil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftardieunicolas%2Fgitveil/lists"}