Guest User

Untitled

a guest
Aug 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. $ git status kohana/
  2. # On branch black_friday
  3. # Untracked files:
  4. # (use "git add <file>..." to include in what will be committed)
  5. #
  6. # kohana/application/classes/controller/product.php.bak
  7. nothing added to commit but untracked files present (use "git add" to track)
  8.  
  9. $ git status public/
  10. # On branch black_friday
  11. # Changed but not updated:
  12. # (use "git add <file>..." to update what will be committed)
  13. # (use "git checkout -- <file>..." to discard changes in working directory)
  14. #
  15. # modified: public/phpcollab/xoops_version.php
  16. # modified: public/price/dealer/import/includes.inc
  17. # modified: public/price/dealer/import/settings.inc
  18. # modified: public/slickdeals/images/forums.css
  19. # modified: public/static_html_template.pl
  20. # modified: public/temp/eXcaliberPC_com - ResellerRatings_com Customer R
  21. eviews_files/cgr.jsp
  22. # modified: public/toolbar/backup/resellertb2108.cfg
  23. # modified: public/toolbar/backup/rrtoolbatb2108.cfg-bak
  24. # modified: public/toolbar/backup2/resellertb2108.cfg
  25. # modified: public/toolbar/backup2/rrtoolbatb2108.cfg-bak
  26. # modified: public/toolbar/resellertb2108.cfg
  27. # modified: public/toolbar/rrtoolbatb2108.cfg-bak
  28. #
  29. no changes added to commit (use "git add" and/or "git commit -a")
Add Comment
Please, Sign In to add comment