diff --git a/cheatsheet.txt b/cheatsheet.txt new file mode 100644 index 0000000..20f35b4 --- /dev/null +++ b/cheatsheet.txt @@ -0,0 +1,11 @@ +touch .gitignore +git config --global user.name Harry +git config --global user.email youremail@example.com +git init +git add . +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