Advertisement
Guest User

Untitled

a guest
Jul 8th, 2012
1,982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1.  
  2. c:/h/code/server $ git status -s
  3. M dep/libmpq/win/VC100/libmpq.vcxproj
  4. M dep/libmpq/win/VC90/libmpq.vcproj
  5. M dep/libmpq/win/libmpq_VC100.sln
  6. M dep/libmpq/win/libmpq_VC90.sln
  7. M dep/tbb/build/vs100project/makefile.sln
  8. M dep/tbb/build/vs100project/tbb.vcxproj
  9. M dep/tbb/build/vs100project/tbbmalloc.vcxproj
  10. M dep/tbb/build/vs100project/tbbmalloc_proxy.vcxproj
  11. M dep/tbb/build/vsproject/makefile.sln
  12. M dep/tbb/build/vsproject/tbb.vcproj
  13. M dep/tbb/build/vsproject/tbbmalloc.vcproj
  14. M dep/tbb/build/vsproject/tbbmalloc_proxy.vcproj
  15. c:/h/code/server $ git reset --hard
  16. HEAD is now at 182b843 Merge pull request #15 from Psimage/develop
  17. c:/h/code/server $ git status -s
  18. M dep/libmpq/win/VC100/libmpq.vcxproj
  19. M dep/libmpq/win/VC90/libmpq.vcproj
  20. M dep/libmpq/win/libmpq_VC100.sln
  21. M dep/libmpq/win/libmpq_VC90.sln
  22. M dep/tbb/build/vs100project/makefile.sln
  23. M dep/tbb/build/vs100project/tbb.vcxproj
  24. M dep/tbb/build/vs100project/tbbmalloc.vcxproj
  25. M dep/tbb/build/vs100project/tbbmalloc_proxy.vcxproj
  26. M dep/tbb/build/vsproject/makefile.sln
  27. M dep/tbb/build/vsproject/tbb.vcproj
  28. M dep/tbb/build/vsproject/tbbmalloc.vcproj
  29. M dep/tbb/build/vsproject/tbbmalloc_proxy.vcproj
  30. c:/h/code/server $ ls -a | grep .git
  31. .git
  32. .gitattributes
  33. .gitignore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement