Ubuntu Pastebin

Paste from jdstrand at Wed, 23 Mar 2016 16:12:52 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
$ git remote show origin
* remote origin
  Fetch URL: https://github.com/jdstrand/snappy.git
  Push  URL: https://github.com/jdstrand/snappy.git
  HEAD branch: master
  Remote branches:
    15.04                                         tracked
    asserts-demo-gated-install-from-local-dec2015 tracked
    default-policy-updates                        tracked
    master                                        tracked
  Local branch configured for 'git pull':
    master merges with remote master
  Local refs configured for 'git push':
    default-policy-updates pushes to default-policy-updates (up to date)
    master                 pushes to master                 (up to date)
Download as text