Skip to content

Instantly share code, notes, and snippets.

@wowthemesnet
Created October 26, 2020 19:30
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 wowthemesnet/f417f63b31fb84c569f08aa6b5537ba8 to your computer and use it in GitHub Desktop.
Save wowthemesnet/f417f63b31fb84c569f08aa6b5537ba8 to your computer and use it in GitHub Desktop.
steps to first publish repo
git init
git add .
git commit -m "first"
git remote add origin "xxxxxxxxxxx.git"
git push --set-upstream origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment