Advertisement
lamiastella

git branch

Jun 1st, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.14393]
  2. (c) 2016 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\june1st_branch>git status
  5. On branch OpenARK_RealSense_Integration
  6. Changes not staged for commit:
  7.   (use "git add <file>..." to update what will be committed)
  8.   (use "git checkout -- <file>..." to discard changes in working directory)
  9.  
  10.         modified:   Hand.cpp
  11.         modified:   OpenARK-SDK/OpenARK-SDK.vcxproj
  12.         modified:   SR300Camera.cpp
  13.  
  14. no changes added to commit (use "git add" and/or "git commit -a")
  15.  
  16. C:\june1st_branch>git show-branch -a
  17. * [OpenARK_RealSense_Integration] adding all the files
  18.  ! [master] adding all the files
  19.   ! [origin/HEAD] Merge pull request #1 from billzhou123/master
  20.    ! [origin/master] Merge pull request #1 from billzhou123/master
  21. ----
  22. *+   [OpenARK_RealSense_Integration] adding all the files
  23. ---- [origin/HEAD] Merge pull request #1 from billzhou123/master
  24.  
  25. C:\june1st_branch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement