Skip to content

Instantly share code, notes, and snippets.

@federicojd
Created November 25, 2019 14:47
Show Gist options
  • Select an option

  • Save federicojd/7378df80ea65f9f171ee7765f44fba4a to your computer and use it in GitHub Desktop.

Select an option

Save federicojd/7378df80ea65f9f171ee7765f44fba4a to your computer and use it in GitHub Desktop.

Revisions

  1. Federico J. Digiorgio created this gist Nov 25, 2019.
    10 changes: 10 additions & 0 deletions repository.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    …or create a new repository on the command line
    echo "# rb-website" >> README.md
    git init
    git add README.md
    git commit -m "first commit"
    git remote add origin [email protected]:federicojd/rb-website.git
    git push -u origin master
    …or push an existing repository from the command line
    git remote add origin [email protected]:federicojd/rb-website.git
    git push -u origin master