https://github.com/mmggyy66/bootstrap-practice
https://github.com/mmggyy66/bootstrap-practice
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmggyy66/bootstrap-practice
- Owner: MMGGYY66
- Created: 2023-01-23T16:16:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T16:19:10.000Z (over 3 years ago)
- Last Synced: 2025-10-12T19:04:51.093Z (10 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstrap-practice
…or create a new repository on the command line
echo "# bootstrap-practice" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:MMGGYY66/bootstrap-practice.git
git push -u origin main