Skip to content

Instantly share code, notes, and snippets.

@zzz-i2p
Created August 20, 2018 00:09
Show Gist options
  • Save zzz-i2p/93529faa3032523b164d946c0cc2ae07 to your computer and use it in GitHub Desktop.
Save zzz-i2p/93529faa3032523b164d946c0cc2ae07 to your computer and use it in GitHub Desktop.
New repository
…or create a new repository on the command line
echo "# password-story" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/zzz-i2p/password-story.git git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/zzz-i2p/password-story.git git push -u origin master
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
Import code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment