Ubuntu Pastebin

Paste from karni at Thu, 10 Dec 2015 11:43:54 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
karni@dojo:~/src/spotify/gstspotify$ git branch
* master
  port-to-gst-1.0
karni@dojo:~/src/spotify/gstspotify$ git remote -v
lp	git+ssh://karni@git.launchpad.net/gstspotify (fetch)
lp	git+ssh://karni@git.launchpad.net/gstspotify (push)
lp-karni	git+ssh://karni@git.launchpad.net/~karni/gstspotify (fetch)
lp-karni	git+ssh://karni@git.launchpad.net/~karni/gstspotify (push)
origin	https://github.com/liamw9534/gstspotify.git (fetch)
origin	https://github.com/liamw9534/gstspotify.git (push)
karni@dojo:~/src/spotify/gstspotify$ date -u +%s && git push lp master
1449747720
// just sits here
^C
// adding -v to git push
karni@dojo:~/src/spotify/gstspotify$ date -u +%s && git push -v lp master
1449747804
Pushing to git+ssh://karni@git.launchpad.net/gstspotify
Download as text