Skip to content

Instantly share code, notes, and snippets.

@swasher
Created December 5, 2022 07:43
Show Gist options
  • Save swasher/55fed3d97258cd6991a4fb884e470e4e to your computer and use it in GitHub Desktop.
Save swasher/55fed3d97258cd6991a4fb884e470e4e to your computer and use it in GitHub Desktop.
Share project on github
#
# First create new project on github site. Then:
#
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/yourUsername/yourRepository.git
git push -u origin master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment