Using SSH (Password Less)
To use SSH to push to a Git repository without entering a password every time, you can set up SSH keys between your local machine and the remote repository
ssh-keygen
ssh-keygen -t rsaAdd your public key to your Git account
Configure the Git repository to use SSH
Last updated