Speed Up Pushing to GitHub
ssh -N git@github.com &
In your shell to keep a persistent connection to GitHub open in the background so every time you push it doesn't need to go through they key exchange handshake
ssh -N git@github.com &
In your shell to keep a persistent connection to GitHub open in the background so every time you push it doesn't need to go through they key exchange handshake