(Scripts)+script to automate creating a remote repository for projects

This commit is contained in:
2023-07-11 21:32:44 +01:00
parent 7a6a61ccb9
commit d9712a799f

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
ssh root@aryadevchavali.com "mkdir -p /git/$1.git; chown git /git/$1.git; chgrp git /git/$1.git; git init --bare /git/$1.git";
git clone git@git.aryadevchavali.com:/git/$1