Skip to content

Instantly share code, notes, and snippets.

@dstanek
Created January 15, 2014 22:30
Show Gist options
  • Save dstanek/8446052 to your computer and use it in GitHub Desktop.
Save dstanek/8446052 to your computer and use it in GitHub Desktop.
{
"rules": [
{
"local": {
"user": "name"
},
"remote": [
{
"type": "UserName"
}
]
}
]
}
{
"rules": [
{
"local": {
"user": {
"name": "@@UserName@@"
}
},
"remote": [
{
"type": "UserName"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment