Created
February 15, 2023 16:14
-
-
Save Korveld/4aa2cf0cf4c074ad22fa03be58297109 to your computer and use it in GitHub Desktop.
Setup git remote
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 remote add origin git@github.com:user/repo.git | |
| git fetch origin | |
| git checkout master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment