diff --git a/cheatsheet.txt b/cheatsheet.txt index 20f35b4..8cd5358 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -7,5 +7,5 @@ git commit -m "Initial Commit" git status # Just to see ssh-keygen -t rsa -b 4096 -C "youremail@example.com" tail # Add this key to your GitHub account -git remote add orign -git push origin master \ No newline at end of file +git remote add origin +git push origin master