Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
73
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 -b issue_branch
  2. git add issue_files
  3. git commit -m 'fix message'
  4. git checkout master
  5. git merge issue_branch
  6. #should tested whole project here
  7. git branch -d issue_branch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement