Skip to content

Instantly share code, notes, and snippets.

View sgerodes's full-sized avatar

sgerodes sgerodes

View GitHub Profile
This file has been truncated, but you can view the full file.
{
"config": {
"data": "market",
"type": "fast"
},
"usage": {
"day": 1,
"month": 1
},
"data": [
{
"config": {
"data": "assets",
"symbol": "'USDT'",
"interval": "hour",
"data_points": 24
},
"usage": {
"day": 5,
"month": 13
{
"config": {
"data": "market-pairs",
"symbol": "'USDT'",
"limit": 100,
"page": 0
},
"usage": {
"day": 6,
"month": 14
@sgerodes
sgerodes / gist:70795cee37a644081a59e0c404273122
Created May 23, 2019 11:30
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:username/repositoryName.git
$ git config master.remote origin
$ git config master.merge refs/heads/master