See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
const a = { value : 0 }; | |
a.valueOf = function() { | |
return this.value += 1; | |
}; | |
console.log(a==1 && a==2 && a==3); //true |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"