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
|
||||
}
|
||||
|
||||
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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue