non important commit

This commit is contained in:
maxstrb 2025-09-30 11:35:42 +02:00
parent df8fd18ac0
commit e7e560a3b3

View file

@ -53,7 +53,7 @@
ssh $"admin@silvers.fun" $"sudo -S -u git git init --bare ~/($name).git"
print $"Repository ($name) created successfully!"
git init
git init .
git add .
git commit -m "Project setup"
git $"remote add origin git@silvers.fun:($name).git"