JazminSchroeder.github.io
  • "It always seems impossible until it's done"

A random collection of things I have learned

Syncing a Fork

#Set a new remote for the orinal repository
$ git remote add upstream git@github.com:jazminschroeder/repo.git

#fetch upstream's branches
$ git fetch upstream

#merge upstream
$ git merge upstream/master

Posted by Jazmin Schroeder Apr 11th, 2014   git,, github

Tweet
  • « Mongo - list all collections
  • Using tags with cucumber »

Recent Posts

Hello Gopher Mysql Query From Binary to Uuid Ruby and Statsd Dyld: Library Not Loaded: /usr/local/lib/libevent-2.0.5.dylib RabbitMQ From the Command Line

GitHub Repos

Status updating...

@jazminschroeder on GitHub

Copyright © 2015 - Jazmin Schroeder
Powered by Octopress, customized with octostrap3.