Guest User

Untitled

a guest
Jun 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. $ git status
  2. # On branch master
  3. # Changed but not updated:
  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: Gemfile
  8. # modified: Gemfile.lock
  9. # modified: app/models/account.rb
  10. # modified: app/models/instance.rb
  11. # modified: app/models/session.rb
  12. # modified: app/models/user.rb
  13. # modified: config/application.rb
  14. #
  15. # Untracked files:
  16. # (use "git add <file>..." to include in what will be committed)
  17. #
  18. # app/models/.instance.rb.swp
  19. # lib/canvas-client/
  20. # oldmodels/
  21. no changes added to commit (use "git add" and/or "git commit -a")
Add Comment
Please, Sign In to add comment