how to switch from https to ssh github code example
Example 1: set git origin
git remote add origin [email protected]:portfolio/space.space_name.git
Example 2: change remote to use ssh git command
git remote add origin [email protected]:nikhilbhardwaj/abc.git