Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $ git status
  2. On branch develop
  3. Your branch is behind 'origin/develop' by 5 commits, and can be fast-forwarded.
  4. (use "git pull" to update your local branch)
  5. Changes not staged for commit:
  6. (use "git add <file>..." to update what will be committed)
  7. (use "git checkout -- <file>..." to discard changes in working directory)
  8.  
  9. modified: app/Http/Kernel.php
  10. modified: app/Http/routes.php
  11. modified: composer.json
  12. modified: database/seeds/DatabaseSeeder.php
  13. modified: database/seeds/OrdersTableSeeder.php
  14. modified: database/seeds/UsersTableSeeder.php
  15.  
  16. no changes added to commit (use "git add" and/or "git commit -a")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement