FTP vs GIT PUSH
Its the pain with FTP deploymentsWith FTP deployments, it needs to be re-upload the entire website with each change (or manually track which files have changed) whereas git will automatically…
Its the pain with FTP deploymentsWith FTP deployments, it needs to be re-upload the entire website with each change (or manually track which files have changed) whereas git will automatically…
Check your fingerprint ssh-keygen -l -E md5 -f ~/.ssh/id_rsa.pub Create your GIT keys If you are using multiple git accounts/repositories then it's recommended to create different keys and associate them…