Configuring SSH for GitHub on Ubuntu

If you don’t want to add your password every time you do a git fetch or git pull cd ssh-keygen -t rsa cat .ssh/id_rsa.pub  cd /<path>/<to>/<repo>/ git remote show origin git remote set-url …