An open API service indexing awesome lists of open source software.

https://github.com/imbios/lab-better-commit


https://github.com/imbios/lab-better-commit

Last synced: 3 months ago
JSON representation

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)