Skip to content

Instantly share code, notes, and snippets.

View hughesd22's full-sized avatar

Daniel Hughes hughesd22

  • Oklahoma City, OK
  • 18:19 (UTC -05:00)
View GitHub Profile
@joncardasis
joncardasis / Storing-Images-On-Github.md
Last active May 10, 2024 14:57
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

@PurpleBooth
PurpleBooth / README-Template.md
Last active May 9, 2024 19:52
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