Advertisement
Guest User

Untitled

a guest
May 10th, 2012
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.03 KB | None | 0 0
  1. When you have resolved this problem run "git rebase --continue".
  2. If you would prefer to skip this patch, instead run "git rebase --skip".
  3. To check out the original branch and stop rebasing run "git rebase --abort".
  4.  
  5. /private/var/www/apps/geneoapp.dev/geneo2 ((no branch)) $ git status
  6. # Not currently on any branch.
  7. # Changes to be committed:
  8. #   (use "git reset HEAD <file>..." to unstage)
  9. #
  10. #   new file:   geneo_translation/locale/deu/LC_MESSAGES/geneo_translation.po
  11. #   new file:   geneo_translation/locale/fre/LC_MESSAGES/geneo_translation.po
  12. #   new file:   geneo_translation/locale/geneo_translation.pot
  13. #
  14. # Unmerged paths:
  15. #   (use "git reset HEAD <file>..." to unstage)
  16. #   (use "git add/rm <file>..." as appropriate to mark resolution)
  17. #
  18. #   both modified:      companies/locale/companies.pot
  19. #   both modified:      companies/locale/deu/LC_MESSAGES/companies.po
  20. #   both modified:      companies/locale/fre/LC_MESSAGES/companies.po
  21. #   both modified:      departments/locale/departments.pot
  22. #   both modified:      departments/locale/deu/LC_MESSAGES/departments.po
  23. #   both modified:      departments/locale/fre/LC_MESSAGES/departments.po
  24. #   both modified:      geneo/locale/deu/LC_MESSAGES/geneo.po
  25. #   both modified:      geneo/locale/fre/LC_MESSAGES/geneo.po
  26. #   both modified:      geneo/locale/geneo.pot
  27. #   both modified:      geneo_alerts/locale/deu/LC_MESSAGES/geneo_alerts.po
  28. #   both modified:      geneo_alerts/locale/fre/LC_MESSAGES/geneo_alerts.po
  29. #   both modified:      geneo_alerts/locale/geneo_alerts.pot
  30. #   both modified:      geneo_auth/locale/deu/LC_MESSAGES/geneo_auth.po
  31. #   both modified:      geneo_auth/locale/fre/LC_MESSAGES/geneo_auth.po
  32. #   both modified:      geneo_auth/locale/geneo_auth.pot
  33. #   both modified:      geneo_business_units/locale/deu/LC_MESSAGES/geneo_business_units.po
  34. #   both modified:      geneo_business_units/locale/fre/LC_MESSAGES/geneo_business_units.po
  35. #   both modified:      geneo_business_units/locale/geneo_business_units.pot
  36. #   both modified:      geneo_documents/locale/deu/LC_MESSAGES/geneo_documents.po
  37. #   both modified:      geneo_documents/locale/fre/LC_MESSAGES/geneo_documents.po
  38. #   both modified:      geneo_documents/locale/geneo_documents.pot
  39. #   both modified:      geneo_images/locale/deu/LC_MESSAGES/geneo_images.po
  40. #   both modified:      geneo_images/locale/fre/LC_MESSAGES/geneo_images.po
  41. #   both modified:      geneo_images/locale/geneo_images.pot
  42. #   both modified:      geneo_products/locale/deu/LC_MESSAGES/geneo_products.po
  43. #   both modified:      geneo_products/locale/fre/LC_MESSAGES/geneo_products.po
  44. #   both modified:      geneo_products/locale/geneo_products.pot
  45. #   both modified:      geneo_skills_matrix/locale/deu/LC_MESSAGES/geneo_skills_matrix.po
  46. #   both modified:      geneo_skills_matrix/locale/fre/LC_MESSAGES/geneo_skills_matrix.po
  47. #   both modified:      geneo_skills_matrix/locale/geneo_skills_matrix.pot
  48. #   both modified:      geneo_training/locale/deu/LC_MESSAGES/geneo_training.po
  49. #   both modified:      geneo_training/locale/fre/LC_MESSAGES/geneo_training.po
  50. #   both modified:      geneo_training/locale/geneo_training.pot
  51. #   both modified:      locations/locale/deu/LC_MESSAGES/locations.po
  52. #   both modified:      locations/locale/fre/LC_MESSAGES/locations.po
  53. #   both modified:      locations/locale/locations.pot
  54. #   both modified:      parts/locale/deu/LC_MESSAGES/parts.po
  55. #   both modified:      parts/locale/fre/LC_MESSAGES/parts.po
  56. #   both modified:      parts/locale/parts.pot
  57. #   both modified:      safety/locale/deu/LC_MESSAGES/safety.po
  58. #   both modified:      safety/locale/fre/LC_MESSAGES/safety.po
  59. #   both modified:      safety/locale/safety.pot
  60. #   both modified:      standardised_work/locale/deu/LC_MESSAGES/standardised_work.po
  61. #   both modified:      standardised_work/locale/fre/LC_MESSAGES/standardised_work.po
  62. #   both modified:      standardised_work/locale/standardised_work.pot
  63. #   both modified:      tools/locale/deu/LC_MESSAGES/tools.po
  64. #   both modified:      tools/locale/fre/LC_MESSAGES/tools.po
  65. #   both modified:      tools/locale/tools.pot
  66. #
  67. /private/var/www/apps/geneoapp.dev/geneo2 ((no branch)) $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement