Advertisement
Guest User

Untitled

a guest
Jun 5th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1.  
  2. User@meant MINGW64 /d/oms/openmrs-core (master)
  3. $ git fetch --all
  4. Fetching origin
  5. Fetching upstream
  6.  
  7. User@meant MINGW64 /d/oms/openmrs-core (master)
  8. $ git checkout 2.2.0
  9. Note: checking out '2.2.0'.
  10.  
  11. You are in 'detached HEAD' state. You can look around, make experimental
  12. changes and commit them, and you can discard any commits you make in this
  13. state without impacting any branches by performing another checkout.
  14.  
  15. If you want to create a new branch to retain commits you create, you may
  16. do so (now or later) by using -b with the checkout command again. Example:
  17.  
  18.   git checkout -b <new-branch-name>
  19.  
  20. HEAD is now at ab94ff41f [maven-release-plugin] prepare release 2.2.0
  21.  
  22. User@meant MINGW64 /d/oms/openmrs-core ((2.2.0))
  23. $ mvn clean install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement