Skip to content

Instantly share code, notes, and snippets.

@akaak
akaak / test.json
Created March 24, 2017 23:08
toml-json
{
"title": "TOML Example",
"owner": {
"name": "Tom Preston-Werner",
"organization": "GitHub",
"bio": "GitHub Cofounder & CEO\n\tLikes \"tater tots\" and beer and backslashes: \\",
"dob": "1979-05-27T07:32:00.000Z"
},
"database": {
"server": "192.168.1.1",
@akaak
akaak / git-multiple-accounts.md
Last active September 19, 2017 02:24
Use Git with multiple accounts

shared accounts have scaling limits

each dept has their own account does not always work well

  • issues with reorgs and reassignment of projects

accounts around apps or micro services -->

make sure that the governance mechanisms do not slow you down and not let you move faster

embrace the genius of the AND.