From 8d02b0542304c3239801f616cb078ae66f227f47 Mon Sep 17 00:00:00 2001 From: Dhairya Patel <100336074+dhpatel0011@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:46:40 +0200 Subject: [PATCH] Update cheatsheet.txt --- cheatsheet.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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