Skip to content

Instantly share code, notes, and snippets.

@Qolzam
Created August 30, 2019 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qolzam/a0f4b51f3ae27dff731431dfdc3bf725 to your computer and use it in GitHub Desktop.
Save Qolzam/a0f4b51f3ae27dff731431dfdc3bf725 to your computer and use it in GitHub Desktop.
git init
git add .
git commit -sm 'Init test'
# Set remote to my github account repository
git remote add origin git@github.com:red-gold/slack-of-mail.git
# Push to repository
git push --set-upstream origin master -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment