Created
October 26, 2020 19:30
-
-
Save wowthemesnet/f417f63b31fb84c569f08aa6b5537ba8 to your computer and use it in GitHub Desktop.
steps to first publish repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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