Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsjordanmuller/odin-recipes
The Odin Project Recipes Repository
https://github.com/itsjordanmuller/odin-recipes
Last synced: about 2 months ago
JSON representation
The Odin Project Recipes Repository
- Host: GitHub
- URL: https://github.com/itsjordanmuller/odin-recipes
- Owner: itsjordanmuller
- Created: 2023-01-15T04:01:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T20:01:52.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T22:20:56.608Z (over 1 year ago)
- Language: HTML
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipes Project
This is my Recipes Project for The Odin Project. I will come back to this at some point to write a reflection on the creation process of the recipe site.## New Git Commit Message Standard
I will be using a new message standard on my git commit messages from here until I find I better way to write them, but now I'll be making sure that there is a subject and a body, with new lines when the body starts to run on too long.
On second look, it appears that all I need to do is seperate out the subject and the body, GitHub does the rest automatically. I'll have to circle back and see if I can't come up with a better format, but for now I'll use:
git commit -m "Subject Text will go here" -m "Body text will follow, not adding in any new lines because GitHub seems to handle it automatically."