Last active
January 30, 2017 14:05
-
-
Save szukalski/9f3377b3a709923a1b6156fb1e37de2e to your computer and use it in GitHub Desktop.
github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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