Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ git checkout master
  2. Switched to branch 'master'
  3. $ git merge --no-ff hotfix-1.2.1
  4.  
  5. $ git checkout develop
  6. Switched to branch 'develop'
  7. $ git merge --no-ff hotfix-1.2.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement