Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. cd JojoForm
  2. git reset --hard
  3. git checkout development
  4. git pull
  5. cd ../JojoUtilities
  6. git reset --hard
  7. git checkout dev/cimb
  8. git pull
  9. cd ../JojoExpense
  10. git reset --hard
  11. git checkout dev/cimb
  12. git pull
  13. cd ../JojoBiztrip
  14. git reset --hard
  15. git checkout dev/cimb
  16. git pull
  17. cd ../JojonomicPro
  18. git reset --hard
  19. git pull
  20. ./setupenv
  21. open JojonomicPro.xcworkspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement