non important commit

This commit is contained in:
maxstrb 2025-09-30 12:03:56 +02:00
parent 24c035320a
commit 5d15daa813

View file

@ -50,14 +50,14 @@
exit 0
}
ssh $"admin@silvers.fun" $"sudo -S -u git git init --bare ~/($name).git"
#print $"Repository ($name) created successfully!"
ssh "admin@silvers.fun" $"sudo -S -u git git init --bare /var/lib/git-server/($name).git"
print $"Repository ($name) created successfully!"
#git init .
#git add .
#git commit -m "Project setup"
#git $"remote add origin git@silvers.fun:($name).git"
#git push origin main
git init
git add .
git commit -m "Project setup"
git $"remote add origin git@silvers.fun:($name).git"
git push origin main
print "You are all done"