non important commit
This commit is contained in:
parent
24c035320a
commit
5d15daa813
1 changed files with 7 additions and 7 deletions
|
|
@ -50,14 +50,14 @@
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ssh $"admin@silvers.fun" $"sudo -S -u git git init --bare ~/($name).git"
|
ssh "admin@silvers.fun" $"sudo -S -u git git init --bare /var/lib/git-server/($name).git"
|
||||||
#print $"Repository ($name) created successfully!"
|
print $"Repository ($name) created successfully!"
|
||||||
|
|
||||||
#git init .
|
git init
|
||||||
#git add .
|
git add .
|
||||||
#git commit -m "Project setup"
|
git commit -m "Project setup"
|
||||||
#git $"remote add origin git@silvers.fun:($name).git"
|
git $"remote add origin git@silvers.fun:($name).git"
|
||||||
#git push origin main
|
git push origin main
|
||||||
|
|
||||||
print "You are all done"
|
print "You are all done"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue