simple git-shell-commands to interact with git over ssh
Find a file
2024-03-12 23:04:23 +01:00
descr feat: pushing existing commands 2024-01-12 09:46:11 +01:00
downstream feat: downstream command maybe? 2024-02-08 21:48:38 +01:00
fetch-mirrors fix: properly recur in subdirs, handle paths 2024-02-08 15:43:46 +01:00
group fix: messages 2024-02-08 20:20:04 +01:00
head fix: also set cgit defbranch config 2024-02-08 19:47:41 +01:00
help feat: quick and dirty way to toggle tci on repos 2024-02-13 21:53:48 +01:00
hide fix: removed outdated check 2024-03-12 23:04:23 +01:00
log feat: pushing existing commands 2024-01-12 09:46:11 +01:00
ls feat: removed public, ls marks hidden repos 2024-02-08 19:47:16 +01:00
mirror feat: pushing existing commands 2024-01-12 09:46:11 +01:00
new fix: set name property while creating 2024-02-13 15:54:42 +01:00
owner fix: messages 2024-02-08 20:20:04 +01:00
page feat: pushing existing commands 2024-01-12 09:46:11 +01:00
pic fix: messages 2024-02-08 20:20:04 +01:00
README.md docs: added a bad readme 2024-01-12 09:53:15 +01:00
show feat: use cgit ignore instead of custom ln hack 2024-02-08 19:47:00 +01:00
tci feat: quick and dirty way to toggle tci on repos 2024-02-13 21:53:48 +01:00
tree feat: pushing existing commands 2024-01-12 09:46:11 +01:00
update-time feat: update-time shows the times, also fix 2024-02-08 21:03:25 +01:00
upstream feat: pushing existing commands 2024-01-12 09:46:11 +01:00

Git Shell Commands

did you know that you can push and pull to your repositories over ssh? $ git clone <user>@<host>:<path>

and voila! self hosted repositories

but that's kind of crude: interacting with such repo requires to ssh in

git shell

git ships with a super simple shell (more here)

creating a git user and dropping these command inside git-shell-commands (must live in git user's home) will allow to run them after ssh-ing: $ ssh git@<host>