non important commit
This commit is contained in:
parent
4d0e98e39e
commit
0c88f03f7d
2 changed files with 2 additions and 6 deletions
|
|
@ -48,9 +48,6 @@
|
|||
direnv allow
|
||||
|
||||
git init
|
||||
|
||||
echo "\n.direnv" | save .gitignore --append
|
||||
|
||||
git add .
|
||||
git commit -m "Project setup"
|
||||
|
||||
|
|
@ -59,8 +56,8 @@
|
|||
exit 0
|
||||
}
|
||||
|
||||
tea repos create --name $name
|
||||
git remote add origin $"https://git.silvers.fun/max_ag/($name).git"
|
||||
${pkgs.tea} repos create --name $name
|
||||
git remote add origin $"https://git.stribrny.org/max_ag/($name).git"
|
||||
git push -u origin main
|
||||
|
||||
print "You are all done"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue