From 1d9f0d6ae15e67815547d6936190bd009c6d233a Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 12 Jan 2024 09:53:15 +0100 Subject: [PATCH] docs: added a bad readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6609fe --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Git Shell Commands +did you know that you can push and pull to your repositories over ssh? +`$ git clone @:` + +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](https://git-scm.com/docs/git-shell)) + +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@`