Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acosonic/b8ac3c6c827c2863c1f7467ac789bcc8 to your computer and use it in GitHub Desktop.
Save acosonic/b8ac3c6c827c2863c1f7467ac789bcc8 to your computer and use it in GitHub Desktop.
Development tricks
git pull --rebase --autostash
#upload local keys for key based authorization
cat ~/.ssh/id_rsa.pub | ssh [email protected] 'cat >> .ssh/authorized_keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment