Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save icqparty/cbce3461ea49efa865c8 to your computer and use it in GitHub Desktop.

Select an option

Save icqparty/cbce3461ea49efa865c8 to your computer and use it in GitHub Desktop.
git init
git remote add origin '{LINK REMOTE REPOSITORY}'
echo "TEXT ANY" >> readme.txt
git add readme.txt
git commit -m 'Initial commit with contributors'
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment