non important commit
This commit is contained in:
parent
818e1caf93
commit
69cac30da8
1 changed files with 7 additions and 4 deletions
|
|
@ -46,17 +46,20 @@
|
|||
rm "init.sh"
|
||||
}
|
||||
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Project setup"
|
||||
|
||||
if $local {
|
||||
print "You are all done"
|
||||
exit 0
|
||||
}
|
||||
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Project setup"
|
||||
tea repos create --name $name
|
||||
git remote add origin $"https://git.silvers.fun/max_ag/($name).git"
|
||||
git push -u origin main
|
||||
|
||||
print "You are all done"
|
||||
|
||||
exit 0
|
||||
}
|
||||
'')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue