Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. (my_django_environment) MacBook-Pro:2019-S2-SEP-UG7 calebromeo$ git add -A
  2. (my_django_environment) MacBook-Pro:2019-S2-SEP-UG7 calebromeo$ git commit -m "added live display"
  3. [development b04999d] added live display
  4. Committer: Caleb Romeo <calebromeo@MacBook-Pro.gateway>
  5. Your name and email address were configured automatically based
  6. on your username and hostname. Please check that they are accurate.
  7. You can suppress this message by setting them explicitly. Run the
  8. following command and follow the instructions in your editor to edit
  9. your configuration file:
  10.  
  11. git config --global --edit
  12.  
  13. After doing this, you may fix the identity used for this commit with:
  14.  
  15. git commit --amend --reset-author
  16.  
  17. 31 files changed, 33 insertions(+), 1 deletion(-)
  18. create mode 100644 .DS_Store
  19. create mode 100644 django_project/.DS_Store
  20. create mode 100644 django_project/main/.DS_Store
  21. rewrite django_project/main/__pycache__/apps.cpython-37.pyc (73%)
  22. rewrite django_project/main/__pycache__/urls.cpython-37.pyc (87%)
  23. rewrite django_project/main/__pycache__/views.cpython-37.pyc (98%)
  24. create mode 100644 django_project/main/static/.DS_Store
  25. create mode 100644 django_project/main/templates/.DS_Store
  26. create mode 100644 django_project/main/templates/main/.DS_Store
  27. create mode 100644 django_project/main/templates/main/display.html
  28. rewrite django_project/tmp/tmppdf.pdf (98%)
  29. create mode 100644 django_project/uploads/.DS_Store
  30. create mode 100644 django_project/uploads/AnonymousUser/.DS_Store
  31. create mode 100644 django_project/uploads/calebromeo/.DS_Store
  32. create mode 100644 django_project/uploads/calebromeo/ast_sci_data_tables_sample.pdf
  33. create mode 100644 django_project/uploads/calebromeo/outputAnnotation.html
  34. rewrite django_project/users/__pycache__/apps.cpython-37.pyc (73%)
  35. (my_django_environment) MacBook-Pro:2019-S2-SEP-UG7 calebromeo$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement