Answers for "how to merge dev with another branhc"

2

merge develop to branch

git checkout develop 
git pull 
git checkout branch-x
git rebase develop
Posted by: Guest on June-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language