non important commit
This commit is contained in:
parent
e7e560a3b3
commit
24c035320a
1 changed files with 6 additions and 6 deletions
|
|
@ -51,13 +51,13 @@
|
|||
}
|
||||
|
||||
ssh $"admin@silvers.fun" $"sudo -S -u git git init --bare ~/($name).git"
|
||||
print $"Repository ($name) created successfully!"
|
||||
#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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue