Skip to content

Instantly share code, notes, and snippets.

@brschwar
brschwar / README-Template.md
Created March 25, 2019 13:08 — 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

@brschwar
brschwar / gist:4f487a87db35995da69c4e2ef4f253b8
Created July 26, 2019 01:49 — forked from wikimatze/gist:9790374
Github Two-Factor Authentication Failed For HTTPS

I heard from GitHub Two-Factor Authentication](https://github.com/blog/1614-two-factor-authentication) nearly a couple of days ago when I was reading my RSS feed. I enabled it and couldn' push to any of my repositories anymore. Learn in this blog post how to fix it.

Two-Factor Authentication

"Is a process involving two stages to verify the identity of an entity trying to access services in a computer or in a network". Github solves this authentication with sending an SMS to a device which wants to push to their platform.

Enabling Two-Factor Authentication

@brschwar
brschwar / linebreak.md
Created July 30, 2019 22:20
Line breaks in markdown
Hello  (<-- two spaces)
World

Hello
World