ZockerKatze 88c569afd2 git commands
2025-06-11 11:17:37 +02:00
2025-06-11 09:15:04 +00:00
2025-06-11 11:17:37 +02:00

HTML

schools html repo

Git Setup

Initialize and push to the remote repository:

git init
git add .
git commit -m "Initial commit"
git remote add origin http://100.64.96.20:3002/rattatwinko/HTML.git
git branch -M main  # optional, if using 'main' instead of 'master'
git push -u origin main
Description
schools html repo
Readme 93 KiB
Languages
HTML 71.3%
CSS 28.7%