Forked from VladRez/github-no-configured-push-destination.sh
Last active
July 25, 2022 15:30
-
-
Save 0mj/ed973b66f4c1b0246ec1007f46761814 to your computer and use it in GitHub Desktop.
No configured push destination
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
| # NOTE: Make sure you have an existing repository before attempting to set an upstream ;) | |
| # fatal: No configured push destination | |
| # # Remote #local:#remote branch | |
| git push --set-upstream https://github.com/username/repo.git master:master | |
| # use `--force` flag on conflict | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment