Skip to content

Instantly share code, notes, and snippets.

View anthonyattard's full-sized avatar
📡
building...

Anthony Attard anthonyattard

📡
building...
View GitHub Profile
@anthonyattard
anthonyattard / Keeping a fork up to date.md
Created April 24, 2018 09:02 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@anthonyattard
anthonyattard / README-Template.md
Last active August 13, 2019 10:30 — forked from PurpleBooth/README-Template.md
Good README/Markdown Template

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