Skip to content

Instantly share code, notes, and snippets.

View hughesd22's full-sized avatar

Daniel Hughes hughesd22

  • Oklahoma City, OK
  • 13:08 (UTC -05:00)
View GitHub Profile
@hughesd22
hughesd22 / README-Template.md
Created October 11, 2018 00:19 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@hughesd22
hughesd22 / Storing-Images-On-Github.md
Created October 10, 2018 23:47 — forked from joncardasis/Storing-Images-On-Github.md
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets