Laravel.io

THIS IS MY LOCAL MACHINE
$ git for-each-ref --format="local: %(refname:short) <--sync--> remote: %(upstream:short)" refs/heads
local: master <--sync--> remote: origin/master

$ git remote -v
origin  [email protected]:~/repos/retroreboot.git (fetch)
origin  [email protected]:~/repos/retroreboot.git (push)


THIS IS THE REMOTE PRODUCTION SERVER
$ git for-each-ref --format="local: %(refname:short) <--sync--> remote: %(upstream:short)" refs/heads
local: master <--sync--> remote: origin/master

$ git remote -v
origin  tinfury@localhost:/home/tinfury/repos/retroreboot.git/ (fetch)
origin  tinfury@localhost:/home/tinfury/repos/retroreboot.git/ (push)

Please note that all pasted data is publicly available.