Advertisement
Guest User

Untitled

a guest
Sep 6th, 2017
691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. git status
  2. On branch stellarapp_changes
  3. Your branch and 'origin/stellarapp_changes' have diverged,
  4. and have 1 and 3 different commits each, respectively.
  5. (use "git pull" to merge the remote branch into yours)
  6. You have unmerged paths.
  7. (fix conflicts and run "git commit")
  8. (use "git merge --abort" to abort the merge)
  9.  
  10. Changes to be committed:
  11.  
  12. deleted: config.xml
  13. new file: design/icon/Icon-40.png
  14. new file: design/icon/Icon-40@2x.png
  15. new file: design/icon/Icon-40@3x.png
  16. new file: design/icon/Icon-50.png
  17. new file: design/icon/Icon-50@2x.png
  18. new file: design/icon/Icon-60@2x.png
  19. new file: design/icon/Icon-60@3x.png
  20. new file: design/icon/Icon-72.png
  21. new file: design/icon/Icon-72@2x.png
  22. new file: design/icon/Icon-76.png
  23. new file: design/icon/Icon-83.5@2x.png
  24. new file: design/icon/Icon-Small.png
  25. new file: design/icon/Icon-Small@2x.png
  26. new file: design/icon/Icon-Small@3x.png
  27. new file: design/icon/Icon.png
  28. new file: design/icon/Icon@2x.png
  29. new file: design/icon/icon-76@2x.png
  30. new file: design/splash.bk/splashscreen.png
  31. new file: design/splash.bk/splashscreen.psd
  32. new file: design/splash/Default-568h@2x.png
  33. new file: design/splash/Default-667h@2x.png
  34. new file: design/splash/Default-Portrait-736h@3x.png
  35. new file: design/splash/Default-Portrait.png
  36. new file: design/splash/Default-Portrait@2x.png
  37. new file: design/splash/Default@2x.png
  38. modified: package.json
  39. modified: src/main/views/dashboard-state/views/question-view/question.js
  40.  
  41. Unmerged paths:
  42. (use "git add <file>..." to mark resolution)
  43.  
  44. both modified: appToUsApp/config.xml
  45.  
  46. Changes not staged for commit:
  47. (use "git add <file>..." to update what will be committed)
  48. (use "git checkout -- <file>..." to discard changes in working directory)
  49.  
  50. modified: package.json
  51. modified: src/app.js
  52. modified: src/assets/scss/question-view.scss
  53. modified: src/main/views/dashboard-state/views/question-view/question-view.html
  54.  
  55. Untracked files:
  56. (use "git add <file>..." to include in what will be committed)
  57.  
  58. src/assets/css/font-awesome.min.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement