Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.78 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. git remote update
  2. Fetching origin
  3. Enter passphrase for key '/home/northpole/.ssh/git/batgitid_rsa':
  4. remote: Counting objects: 28, done.
  5. remote: Compressing objects: 100% (20/20), done.
  6. remote: Total 20 (delta 14), reused 0 (delta 0)
  7. Unpacking objects: 100% (20/20), done.
  8. From git+ssh://git.open-mesh.org/northpole/batman-adv
  9.    392159b..620f45d  master     -> origin/master
  10.    f80413a..ce3dbe0  next       -> origin/next
  11. northpole@debian:~/gsoc/batman-adv$ git rebase master
  12.  
  13. It seems that I cannot create a rebase-apply directory, and
  14. I wonder if you are in the middle of patch application or another
  15. rebase.  If that is not the case, please
  16.         rm -fr /home/northpole/gsoc/batman-adv/.git/rebase-apply
  17. and run me again.  I am stopping in case you still have something
  18. valuable there.