Skip to content

Instantly share code, notes, and snippets.

@juanmaioli
Last active April 26, 2021 19:05
Show Gist options
  • Save juanmaioli/253208bfd3e5f7bb599a69f7a7c96168 to your computer and use it in GitHub Desktop.
Save juanmaioli/253208bfd3e5f7bb599a69f7a7c96168 to your computer and use it in GitHub Desktop.
Github Quick Setup

Github Quick Setup

Create a new repository on the command line

echo "# ainder_cloud" >> README.md

git initgit add README.md

git commit -m "first commit"

git remote add origin https://github.com/fafasociados/new_repo.git

git push -u origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment