Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cheatsheet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ git commit -m "Initial Commit"
git status # Just to see
ssh-keygen -t rsa -b 4096 -C "[email protected]"
tail <path to id_rsa.pub> # Add this key to your GitHub account
git remote add orign <ssh url.git>
git push origin master
git remote add origin <ssh url.git>
git push origin master