Github get Public Key, set user name

Get Public Key:

ssh-keygen -t rsa

Set Username:

git config --global user.name "srikanth"

git config --global user.email "sri.jjhero@gmail.com"

Comments

Popular posts from this blog

Install Cpanm module error : No such file or directory opening compressed index

How to increase Elasticsearch Shard recovery Speed

Getting started with Python Flask application with MVC structure