Shell/Bash: force git to use ssh Example
Shell/Bash Example: This is the "force git to use ssh" Example. compiled from many sources on the internet by SimpleTutorials.org
force git to use ssh
git config --global url."[email protected]:".insteadOf "https://github.com/"
* Summary: This "force git to use ssh" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!