create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
const numberWithCommas = x => x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','); |
const getExtension = str => str.substring(str.lastIndexOf('.') + 1); | |
const str = getExtension('some.class.jsx'); |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"