Skip to content

Commit

Permalink
Added cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
harrycodewithharry committed Apr 18, 2020
1 parent 5721bdd commit be8769b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cheatsheet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
touch .gitignore
git config --global user.name Harry
git config --global user.email [email protected]
git init
git add .
git commit -m "Initial Commit"
git status # Just to see
ssh-keygen -t rsa -b 4096 -C "[email protected]"

This comment has been minimized.

Copy link
@Dev-dev008

Dev-dev008 Sep 15, 2023

hello worl d +++---]
\

tail <path to id_rsa.pub> # Add this key to your GitHub account
git remote add orign <ssh url.git>
git push origin master

6 comments on commit be8769b

@vikesh-web-developing-world

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Harry Sir

@shreyanshrawal200808
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello harry sir i am shreyansh

@jaibisht
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello Harry sir i am Jai 13 years old thanks for your tutorials

@FahmidUddinNabil
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello sir

@Abhinav7972
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big fan sir

@asad755
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well

Please sign in to comment.