git commands
This commit is contained in:
15
README.md
15
README.md
@@ -1,3 +1,16 @@
|
||||
# HTML
|
||||
|
||||
schools html repo
|
||||
schools html repo
|
||||
|
||||
|
||||
# Git Setup
|
||||
|
||||
Initialize and push to the remote repository:
|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user