https://github.com/atmcgrath/gh-ws

https://github.com/atmcgrath/gh-ws

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: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: atmcgrath
  • License: cc0-1.0
  • Default Branch: main
  • Size: 8.79 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

Workshop: Git, GitHub, Markdown

Link to presentation

Installation instructions

Before we get started, please:

  1. Sign up for a GitHub account at github.com
  2. Install Visual Studio Code: code.visualstudio.com
  3. Install Git, following these instructions: git-scm.com/download

Versioning Vocabulary

Repo or repository (n.) : A discrete project on GitHub that contains a set of files, a change history, and a set of contributors. (E.g. this one)

Fork (v.) : To copy a repo's files and version history to a new one with its own settings (preserves connection with original repo but doesn't interfere).

Clone (v.) : To download a local copy of a repo on GitHub with a tracked connection to the remote repo.

Local (adj.) : On your computer.

Remote (adj.) : On someone else's computer (aka 'the cloud').

Branch (n.) : A version of a repository with its own history. Branches can be created for a unique set of changes and later merged with the main branch to avoid file conflicts.

Commit (n.) : A discrete set of changes to a project that have been packaged and labeled.

Markdown Syntax

```{md}

First level heading

Second-level heading

Paragraph with bold text and italicized text.

This is linked text

This is an image with alt text

```

See also this cheat sheet for more markdown syntax.

Here are my changes!

Here are some additional changes.

Owner

  • Name: Alice Tweedy McGrath
  • Login: atmcgrath
  • Kind: user
  • Location: Philadelphia, PA

GitHub Events

Total
Last Year