Skip to content

Instantly share code, notes, and snippets.

@szukalski
Last active January 30, 2017 14:05
Show Gist options
  • Save szukalski/9f3377b3a709923a1b6156fb1e37de2e to your computer and use it in GitHub Desktop.
Save szukalski/9f3377b3a709923a1b6156fb1e37de2e to your computer and use it in GitHub Desktop.
github
eval "$(ssh-agent -s)"
ssh-add /root/.ssh/id_rsa
git clone [email protected]:szukalski/XYZ
git add XYZ/blah.file
git commit -m "some description"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment