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"
|
rm "init.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git init
|
||||||
|
git add .
|
||||||
|
git commit -m "Project setup"
|
||||||
|
|
||||||
if $local {
|
if $local {
|
||||||
print "You are all done"
|
print "You are all done"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
git init
|
tea repos create --name $name
|
||||||
git add .
|
git remote add origin $"https://git.silvers.fun/max_ag/($name).git"
|
||||||
git commit -m "Project setup"
|
git push -u origin main
|
||||||
|
|
||||||
print "You are all done"
|
print "You are all done"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
'')
|
'')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue