Skip to content

Instantly share code, notes, and snippets.

@MBtech
Created October 2, 2014 01:26
Show Gist options
  • Save MBtech/4e8446501259588c286b to your computer and use it in GitHub Desktop.
Save MBtech/4e8446501259588c286b to your computer and use it in GitHub Desktop.
Pushing a rep from local to a new github repos' master branch
git remote add origin https://github.com/MBtech/HDFSFileHandler.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment