create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| <?php | |
| // forked from lukeoliff/QuickGit.php | |
| class QuickGit { | |
| private $version; | |
| function __construct() { | |
| exec('git describe --always',$version_mini_hash); | |
| exec('git rev-list HEAD | wc -l',$version_number); | |
| exec('git log -1',$line); |