Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- admin@Macpros-Mac-Pro:/var/www/site$ git status
- # On branch beta
- # Changes not staged for commit:
- # (use "git add <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # modified: application/classes/connection/Paypal.php
- #
- no changes added to commit (use "git add" and/or "git commit -a")
- admin@Macpros-Mac-Pro:/var/www/site$ git checkout pplication/classes/connection/Paypal.php
- error: pathspec 'pplication/classes/connection/Paypal.php' did not match any file(s) known to git.
- admin@Macpros-Mac-Pro:/var/www/site$ git status
- # On branch beta
- # Changes not staged for commit:
- # (use "git add <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # modified: application/classes/connection/Paypal.php
- #
- no changes added to commit (use "git add" and/or "git commit -a")
- admin@Macpros-Mac-Pro:/var/www/site$ git checkout application/classes/connection/Paypal.php
- admin@Macpros-Mac-Pro:/var/www/site$ git status
- # On branch beta
- # Changes not staged for commit:
- # (use "git add <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # modified: application/classes/connection/Paypal.php
- #
- no changes added to commit (use "git add" and/or "git commit -a")
- admin@Macpros-Mac-Pro:/var/www/site$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement