diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-23 11:18:05 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-23 11:18:05 +0200 |
| commit | 9b2328bcb46b1b5fd074fdbc2c4bea8855220276 (patch) | |
| tree | f3936da4c051796dbf51983bbfa309b095bd241c /.gitignore | |
| download | gitctl-9b2328bcb46b1b5fd074fdbc2c4bea8855220276.tar.gz gitctl-9b2328bcb46b1b5fd074fdbc2c4bea8855220276.zip | |
Initial commit: gitctl
Thin CLI plus a server helper (run as the git user) to manage repos on a
personal gitolite3 + cgit server over a command=-restricted SSH key. Includes
the client, the helper, bash completion, a Claude Code skill, and docs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0bfd85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc + +# local dev artifacts (contain personal server details, not for publishing) +gitctl_prompt.txt +docs/ |
