https://github.com/imbios/lab-better-commit
https://github.com/imbios/lab-better-commit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imbios/lab-better-commit
- Owner: ImBIOS
- Created: 2023-03-14T01:12:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T10:43:50.000Z (about 3 years ago)
- Last Synced: 2026-02-08T11:37:25.200Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Better Commit Trial Lab
## Objectives
Practice making good commit messages
## Instructions
1. Fork and clone this repository
2. Create a new branch called `solution`
3. Open the `index.html` file in your browser
4. Make a commit after each step
5. Push your solution branch to your fork
6. Submit a pull request from your solution branch to the original repository's master branch
## Steps
1. Add a `h1` tag with the text "Hello, World!"
2. Add a `p` tag with the text "This is my first commit!"
3. Add a `p` tag with the text "This is my second commit!"
4. Add a `p` tag with the text "This is my third commit!"
5. Add a `p` tag with the text "This is my fourth commit!"
6. Add a `p` tag with the text "This is my fifth commit!"
7. Add a `p` tag with the text "This is my sixth commit!"
8. Add a `p` tag with the text "This is my seventh commit!"
9. Add a `p` tag with the text "This is my eighth commit!"
10. Add a `p` tag with the text "This is my ninth commit!"
11. Add a `p` tag with the text "This is my tenth commit!"
## Resources
- [Git Commit](https://git-scm.com/docs/git-commit)
- [Git Commit Message](https://chris.beams.io/posts/git-commit/)
- [Better Commits](https://github.com/Everduin94/better-commits)