Created
July 16, 2020 16:12
-
-
Save metinsaylan/afe0b30948029f62982615a3f23a3220 to your computer and use it in GitHub Desktop.
git remote add
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 remote add origin https://github.com/<username>/<repo>.git | |
git branch --set-upstream-to=origin/master master | |
git push -f origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment