https://github.com/blaylockbk/cookbook

A cookbook of delicious recipes, used for git training and practice.

https://github.com/blaylockbk/cookbook

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
Last synced: 9 months ago · JSON representation

Repository

A cookbook of delicious recipes, used for git training and practice.

Basic Info
  • Host: GitHub
  • Owner: blaylockbk
  • Default Branch: main
  • Homepage:
  • Size: 654 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 6
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

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!

  1. Fork this repo. Click the Fork button on the GitHub page to make a copy of this repo to your local user account.
  2. Clone your repo to your local computer. bash git clone <url-of-your-fork>
  3. Create a new branch bash git branch add-Pancakes git checkout add-Pancakes
  4. Add a new file to the recipes/ folder and update the index.md table of contents. bash cd recipes/ cp _template.md pancakes2.md # Edit pancakes2.md # Edit index.md to add link
  5. 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" ```

  6. Push changes to GitHub. bash git push origin add-Pancakes

  7. Make 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

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)
Top Labels
Issue Labels
Pull Request Labels