Skip to main content
Download and Install from:
https://git-scm.com/
Initializing a Git repository:
cmd>md repo1
cmd>cd repo1
cmd>git init
Generating SSH Key Pair (Linux/Mac):
cmd>ssh-keygen -t rsa
(accept all defaults, and provide passphrase if needed)
Comments
Post a Comment