create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| <!-- IIS URL Rewrite, this can be placed in the web.config --> | |
| <!-- Handle Missing Media on Development Environment --> | |
| <rule name="Handle missing media" stopProcessing="true"> | |
| <match url="^media/(.*)" /> | |
| <conditions logicalGrouping="MatchAll"> | |
| <!-- Add Conditions, so local only --> | |
| <add input="{REMOTE_HOST}" pattern="localhost" /> | |
| <!-- Handle Files and Folders --> | |
| <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"