Files
dotfiles/Scripts/.local/scripts/create_repo
Aryadev Chavali 3d7940f13c (Scripts>create_repo)~use git@git.aryadevchavali.com instead of root
Removes the need to change permissions for those directories.
2023-07-13 20:31:21 +01:00

5 lines
148 B
Bash
Executable File

#!/usr/bin/env sh
ssh git@git.aryadevchavali.com "mkdir -p /git/$1.git; git init --bare /git/$1.git";
git clone git@git.aryadevchavali.com:/git/$1