Advertisement
Guest User

Untitled

a guest
Jul 12th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [vumrao@dell-per320-4 ceph]$ git branch
  2. * master
  3. [vumrao@dell-per320-4 ceph]$ git log
  4. commit 0804655725d84d866a32826203638fcfd71d4b51
  5. Merge: 81605bd 905c31e
  6. Author: Gregory Farnum <greg@gregs42.com>
  7. Date: Tue Jun 16 11:08:57 2015 +0100
  8.  
  9. Merge pull request #4964 from ceph/wip-12019
  10.  
  11. qa: use "sudo rmdir" to remove test data of multiple_rsync.sh
  12.  
  13. Reviewed-by: Greg Farnum <gfarnum@redhat.com>
  14.  
  15. commit 905c31e78b6bcf9f9db378e32648d77645e0fed5
  16. Author: Yan, Zheng <zyan@redhat.com>
  17. Date: Tue Jun 16 09:40:35 2015 +0800
  18.  
  19.  
  20. [vumrao@dell-per320-4 ceph]$ git remote -v
  21. origin git@github.com:ceph/ceph.git (fetch)
  22. origin git@github.com:ceph/ceph.git (push)
  23. vumrao git@github.com:vumrao/ceph.git (fetch)
  24. vumrao git@github.com:vumrao/ceph.git (push)
  25. [vumrao@dell-per320-4 ceph]$ git checkout wip-rbd-11822
  26. M src/civetweb
  27. Branch wip-rbd-11822 set up to track remote branch wip-rbd-11822 from vumrao.
  28. Switched to a new branch 'wip-rbd-11822'
  29. [vumrao@dell-per320-4 ceph]$ git branch
  30. master
  31. * wip-rbd-11822
  32. [vumrao@dell-per320-4 ceph]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement