#add user name globally git config --global user.name "Harshit"
#add email globally git config --global user.email "harshit.knit@gmail.com"
#add global git ignore file copy .gitignore_global from https://github.com/github/gitignore/
Creating SSH key pairs ssh-keygen -t rsa -b 4096 -C harshit.knit@gmail.com
#check for SSH agent eval ${ssh-agent -s}