Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.02 KB

index.md

File metadata and controls

36 lines (21 loc) · 1.02 KB

Yaktocat

Inserting a photo of Yaktocat using Markdown.

Image of Yaktocat Credit: @octodex.

Git Code Block

Inserting a Git code block to initialize an empty example Git repository, using ``` to denote the start and end of the code block.

$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/

JavaScript Code Block

Inserting a JavaScript code block to initialize a variable called "myVar" which contains the text "Hello, world!", using ``` javascript to denote the start of the code block.

var myVar = "Hello, world!";

Creating a task list

Inserting a task list to create an example to-do list that can be useful for tracking issues and pull requests, as well as checking their progress.

First Day on GitHub - GitHub Skills

  • Introduction to GitHub
  • Communicate using Markdown
  • GitHub Pages