Skip to content

avikdigidev/my-cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

my-cheatsheets


Configuring git and github on a new machine

git config --global user.name "avikdigidev"

git config --global user.email "[email protected]"

git config --global --list

git config --global color.ui true

git config --global core.editor emacs

ssh-keygen -t rsa -C "[email protected]"

#Copy your public key (the contents of the newly-created id_rsa.pub file) into your clipboard.

#In a terminal/shell, type the following to test it:

ssh -T [email protected]

#If it says something like the following, it worked:

#Hi username! You've successfully authenticated, but Github does not provide shell access.

That's it! Account is configured on Windows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published