Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Last active November 30, 2015 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/fb1e582881a72de40003 to your computer and use it in GitHub Desktop.
Save nanusdad/fb1e582881a72de40003 to your computer and use it in GitHub Desktop.
Git fetch into Meteor

Using Git to manage Meteor app code

meteor create app
cd app
git init
git remote add origin PATH/TO/REPO
git fetch
git checkout -t origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment