Advertisement
CryZe

Hub is cool

May 27th, 2015
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  2. $ git remote --verbose
  3. origin https://github.com/LiveSplit/LiveSplit.git (fetch)
  4. origin https://github.com/LiveSplit/LiveSplit.git (push)
  5.  
  6. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  7. $ git remote add lioncash
  8.  
  9. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  10. $ git remote add ROMaster2
  11.  
  12. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  13. $ git fetch lioncash
  14. remote: Counting objects: 6, done.
  15. remote: Compressing objects: 100% (5/5), done.
  16. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 1
  17. Unpacking objects: 100% (6/6), done.
  18. From git://github.com/lioncash/LiveSplit
  19. * [new branch] except -> lioncash/except
  20. * [new branch] master -> lioncash/master
  21. * [new branch] null -> lioncash/null
  22.  
  23. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  24. $ git fetch ROMaster2
  25. remote: Counting objects: 40, done.
  26. remote: Compressing objects: 100% (20/20), done.
  27. remote: Total 40 (delta 21), reused 11 (delta 11), pack-reused 9
  28. Unpacking objects: 100% (40/40), done.
  29. From git://github.com/ROMaster2/LiveSplit
  30. * [new branch] auto-sharing-29 -> ROMaster2/auto-sharing-29
  31. * [new branch] background-images#81 -> ROMaster2/background-images#81
  32. * [new branch] make-script -> ROMaster2/make-script
  33. * [new branch] master -> ROMaster2/master
  34. * [new branch] patch-1 -> ROMaster2/patch-1
  35. * [new branch] per-splits-settings#4 -> ROMaster2/per-splits-settings#4
  36. * [new branch] weighted-comparison-generator -> ROMaster2/weighted-comparison-generator
  37. * [new branch] wr-component-game-time-support -> ROMaster2/wr-component-game-time-support
  38.  
  39. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  40. $ git remote --verbose
  41. ROMaster2 git://github.com/ROMaster2/LiveSplit.git (fetch)
  42. ROMaster2 git://github.com/ROMaster2/LiveSplit.git (push)
  43. lioncash git://github.com/lioncash/LiveSplit.git (fetch)
  44. lioncash git://github.com/lioncash/LiveSplit.git (push)
  45. origin https://github.com/LiveSplit/LiveSplit.git (fetch)
  46. origin https://github.com/LiveSplit/LiveSplit.git (push)
  47.  
  48. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  49. $ git branch --all
  50. auto-sharing-29
  51. background-images#81
  52. html-rendering
  53. * livesplit-remote#177
  54. make-script
  55. master
  56. per-splits-settings#4
  57. speedrun-com-run-import#187
  58. remotes/ROMaster2/auto-sharing-29
  59. remotes/ROMaster2/background-images#81
  60. remotes/ROMaster2/make-script
  61. remotes/ROMaster2/master
  62. remotes/ROMaster2/patch-1
  63. remotes/ROMaster2/per-splits-settings#4
  64. remotes/ROMaster2/weighted-comparison-generator
  65. remotes/ROMaster2/wr-component-game-time-support
  66. remotes/lioncash/except
  67. remotes/lioncash/master
  68. remotes/lioncash/null
  69. remotes/origin/auto-sharing-29
  70. remotes/origin/background-images#81
  71. remotes/origin/livesplit-remote#177
  72. remotes/origin/make-script
  73. remotes/origin/master
  74. remotes/origin/per-splits-settings#4
  75. remotes/origin/speedrun-com-run-import#187
  76. remotes/origin/total-playtime
  77. remotes/origin/weighted-comparison-generator
  78.  
  79. Christopher@CHRIS-PC /d/Google Drive/Projekte/LiveSplit (livesplit-remote#177)
  80. $ git checkout lioncash/null
  81. warning: unable to rmdir LiveSplit/Components/LiveSplit.Remote: Directory not empty
  82. M LiveSplit/Components/LiveSplit.ManualGameTime
  83. M LiveSplit/Components/LiveSplit.ScriptableAutoSplit
  84. M LiveSplit/Components/LiveSplit.Server
  85. M LiveSplit/Components/LiveSplit.Splits
  86. M LiveSplit/Components/LiveSplit.Subsplits
  87. M LiveSplit/Components/LiveSplit.Title
  88. M LiveSplit/Components/LiveSplit.WorldRecord
  89. Note: checking out 'lioncash/null'.
  90.  
  91. You are in 'detached HEAD' state. You can look around, make experimental
  92. changes and commit them, and you can discard any commits you make in this
  93. state without impacting any branches by performing another checkout.
  94.  
  95. If you want to create a new branch to retain commits you create, you may
  96. do so (now or later) by using -b with the checkout command again. Example:
  97.  
  98. git checkout -b new_branch_name
  99.  
  100. HEAD is now at a47cb1c... FiletypeRegistryHelper: Handle potential null dereferences
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement