Bug/Git

[Git] Working with others in the branch and keep the change and make change using git checkout, git merge and git pull

brightlightkim 2022. 4. 5. 03:17

Template for updating my branch and get the branch

 

git checkout <destination branch>
git pull
git checkout <your branch>
git pull
git merge <destination branch>