(no title)
gitanovic | 2 years ago
for example: git merge my-branch will merge my-branch into the current one
while git rebase my-branch will rebase current one on top of my-branch
gitanovic | 2 years ago
for example: git merge my-branch will merge my-branch into the current one
while git rebase my-branch will rebase current one on top of my-branch
No comments yet.