https://github.com/blaylockbk/cookbook
A cookbook of delicious recipes, used for git training and practice.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Repository
A cookbook of delicious recipes, used for git training and practice.
Statistics
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Git Cookbook
Yes, this is an actual cookbook with recipes for delicious food. It is primarily used for git training.
This repo is a place you can practice Git commands and using GitHub without worrying about breaking anyone's code. It is also a place to practice or learn Markdown syntax.
👨🏻🍳 Recipes: Table of Contents
How to add a recipe
To learn and practice basic Git commands, add a recipe to this cookbook. Do you have a favorite recipe for homemade bread that was passed down from your Grandma? If its not a family secret, you can share it here!
- Fork this repo. Click the Fork button on the GitHub page to make a copy of this repo to your local user account.
- Clone your repo to your local computer.
bash git clone <url-of-your-fork> - Create a new branch
bash git branch add-Pancakes git checkout add-Pancakes - Add a new file to the
recipes/folder and update theindex.mdtable of contents.bash cd recipes/ cp _template.md pancakes2.md # Edit pancakes2.md # Edit index.md to add link Stage and commit your changes. ```bash
Stage Changes
git add pancakes2.md # To add specific files git add -A # -or- add all untracked files
Commit changes
git commit -m "added new pancake recipe" ```
Push changes to GitHub.
bash git push origin add-PancakesMake a Pull Request to merge your add-Pancakes branch to the main branch.
Here is a visual representation of what you have done. In this example, the repo owner "tagged" the merged pull request as a new release.
mermaid
gitGraph
commit
commit
commit
branch add-Pancakes
checkout add-Pancakes
commit id: "new pancake recipe"
commit id: "update TOC"
checkout main
merge add-Pancakes
commit tag: "0.1.4"
Owner
- Name: Brian Blaylock
- Login: blaylockbk
- Kind: user
- Location: Monterey, CA
- Website: http://home.chpc.utah.edu/~u0553130/Brian_Blaylock/home.html
- Twitter: blaylockbk
- Repositories: 45
- Profile: https://github.com/blaylockbk
Meteorologist
GitHub Events
Total
- Pull request event: 1
- Fork event: 1
Last Year
- Pull request event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- Joyce345 (1)