Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 159 Bytes

File metadata and controls

12 lines (11 loc) · 159 Bytes

to merge 2 branches: in my branch git fetch go other-branch git rebase go mybranch git merge --no-ff other-branch merge conflicts git add git commit git push