Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. john@startcraft ~/Projects/solus-packaging/atool $ git commit --amend -m "Inital commit of atool"
  2. [master a253331] Inital commit of atool
  3. Date: Fri Jun 23 17:24:15 2017 +0100
  4. 3 files changed, 55 insertions(+)
  5. create mode 100644 Makefile
  6. create mode 100644 package.yml
  7. create mode 100644 pspec_x86_64.xml
  8. john@startcraft ~/Projects/solus-packaging/atool $ arc diff
  9. You have uncommitted changes in this working copy.
  10.  
  11. Working copy: /home/john/Projects/solus-packaging/atool/
  12.  
  13. Unstaged changes in working copy:
  14. package.yml
  15.  
  16.  
  17. Do you want to amend this change to the current commit? [y/N] y
  18.  
  19. Linting...
  20. No lint engine configured for this project.
  21. Running unit tests...
  22. No unit test engine is configured for this project.
  23. SKIP STAGING Unable to determine repository for this change.
  24. Updating commit message...
  25. Created a new Differential revision:
  26. Revision URI: https://dev.solus-project.com/D480
  27.  
  28. Included changes:
  29. A Makefile
  30. A package.yml
  31. A pspec_x86_64.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement