diff options
| author | danix <danix@danix.xyz> | 2018-12-18 15:12:50 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2018-12-18 15:12:50 +0100 |
| commit | 81873de46fa20d0d13ee44659850c07c2b247816 (patch) | |
| tree | 8b81d4dd734ff90b8236564dcd8a9aaa673be3e9 /README.md | |
| download | git_shell-81873de46fa20d0d13ee44659850c07c2b247816.tar.gz git_shell-81873de46fa20d0d13ee44659850c07c2b247816.zip | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5bb2c72 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Git Shell Commands + +A set of commands to be executed in a limited git shell environment + +## How it works + +``` +To Do +``` + +## List of files + +* clear +* create +* delete +* help +* list + +## More resources +A more detailed explanations with examples of how these scripts work can be found +on my blog at [danix.xyz](https://danix.xyz/2018/07/git-setup-own-server/). + |
