Skip to content

Instantly share code, notes, and snippets.

@shad0wuser
Last active January 2, 2018 19:54
Show Gist options
  • Save shad0wuser/1a98ffd9357cf98f01aca55b1ede5719 to your computer and use it in GitHub Desktop.
Save shad0wuser/1a98ffd9357cf98f01aca55b1ede5719 to your computer and use it in GitHub Desktop.
First repository upload

…or create a new repository on the command line

echo "# load" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [copied web address]
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment