Advertisement
Guest User

Untitled

a guest
Jul 1st, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. admin@Macpros-Mac-Pro:/var/www/site$ git status
  2. # On branch beta
  3. # Changes not staged for commit:
  4. # (use "git add <file>..." to update what will be committed)
  5. # (use "git checkout -- <file>..." to discard changes in working directory)
  6. #
  7. # modified: application/classes/connection/Paypal.php
  8. #
  9. no changes added to commit (use "git add" and/or "git commit -a")
  10. admin@Macpros-Mac-Pro:/var/www/site$ git checkout pplication/classes/connection/Paypal.php
  11. error: pathspec 'pplication/classes/connection/Paypal.php' did not match any file(s) known to git.
  12. admin@Macpros-Mac-Pro:/var/www/site$ git status
  13. # On branch beta
  14. # Changes not staged for commit:
  15. # (use "git add <file>..." to update what will be committed)
  16. # (use "git checkout -- <file>..." to discard changes in working directory)
  17. #
  18. # modified: application/classes/connection/Paypal.php
  19. #
  20. no changes added to commit (use "git add" and/or "git commit -a")
  21. admin@Macpros-Mac-Pro:/var/www/site$ git checkout application/classes/connection/Paypal.php
  22. admin@Macpros-Mac-Pro:/var/www/site$ git status
  23. # On branch beta
  24. # Changes not staged for commit:
  25. # (use "git add <file>..." to update what will be committed)
  26. # (use "git checkout -- <file>..." to discard changes in working directory)
  27. #
  28. # modified: application/classes/connection/Paypal.php
  29. #
  30. no changes added to commit (use "git add" and/or "git commit -a")
  31. admin@Macpros-Mac-Pro:/var/www/site$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement