non important commit

This commit is contained in:
maxstrb 2025-12-30 11:24:22 +01:00
parent 4d0e98e39e
commit 0c88f03f7d
2 changed files with 2 additions and 6 deletions

View file

@ -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"