This file contains 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
# 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 |