Created
March 2, 2022 22:07
-
-
Save eminorhan/68e0797c4b0a67c69028a6f861f56115 to your computer and use it in GitHub Desktop.
new github 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 commit" | |
git remote add origin REMOTE_GITHUB_REPO_URL | |
git remote -v | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment