Last active
October 27, 2020 09:07
-
-
Save drrost/47e87188254db44fba0d39bf44a07f44 to your computer and use it in GitHub Desktop.
Make git push to a selected remote. Useful when you use more than one remote for a project.
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
# List all available remotes | |
git remote -v | |
# Push to a selected remote | |
git push <a name from the list above> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment