Skip to content

Instantly share code, notes, and snippets.

View mmuscarella's full-sized avatar

Mario Muscarella mmuscarella

View GitHub Profile
@mmuscarella
mmuscarella / ESA2014-Microbes
Last active August 29, 2015 14:02
List of microbial ecology talks at the 2014 ESA meeting in Sacramento (Directions: Fork, Edit, & message me to Merge)
List of microbial ecology talks at the 2014 ESA meeting in Sacramento
Feel free to add your favorite talks
Workshops of Interest
| Day | Time | Session | Organizer |
|----------|---------------|------------------------------------------------------------|----------------------------|
|Sunday | 8-5 | Env Seq Approaches and Comp Tools for Ecologists | Holly Bik |
|Monday | 11:30-1:15 | Viz w/ Radioisotopes for Plant/Microbe Metabolite Transfer | Chantal D. Reid |
@CristinaSolana
CristinaSolana / gist:1885435
Created February 22, 2012 14:56
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