Tuesday 28 March 2017

Generate new ssh key

1. ssh-keygen
2. ssh-add

No comments:

Post a Comment

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit  Git revert commit_id -m 2 this command will revert second commit with same...