create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| from pydantic import BaseModel, Field | |
| from typing import Optional, Union, Generator, Iterator | |
| from utils.misc import get_last_user_message | |
| from utils.misc import pop_system_message | |
| import os | |
| import requests | |
| class Pipe: |
| var firstName = null; | |
| console.log('first name:', firstName); // 'null' | |
| var lastName; | |
| console.log('last name', lastName); // 'undefined' |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| # List Git branches in order of most-recently-updated. | |
| alias gitbranchesbydate="git for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:iso8601) %09 %(refname) %09 %(authorname)' | sed -e 's-refs/heads/--'" | |
| # Output looks like: | |
| # 2014-06-06 12:58:53 -0500 tcg/donate_language_updates Tommy George | |
| # 2014-06-06 10:28:04 -0500 integration Brad | |
| # 2014-06-05 16:13:30 -0500 super_dev_branch Chris |
| Here is a list of scopes to use in Sublime Text 2 snippets - | |
| ActionScript: source.actionscript.2 | |
| AppleScript: source.applescript | |
| ASP: source.asp | |
| Batch FIle: source.dosbatch | |
| C#: source.cs | |
| C++: source.c++ | |
| Clojure: source.clojure | |
| CoffeeScript: source.coffee |
| Here is a list of scopes to use in Sublime Text 2 snippets - | |
| ActionScript: source.actionscript.2 | |
| AppleScript: source.applescript | |
| ASP: source.asp | |
| Batch FIle: source.dosbatch | |
| C#: source.cs | |
| C++: source.c++ | |
| Clojure: source.clojure | |
| CoffeeScript: source.coffee |