REBASE

ShiHoon Yoon·2020년 10월 15일
0

git add .
git commit -m " "
git checkout master
git pull origin master
git checkout feature/XXX
git rebase -i master
CHECK git status First!
git add .
git rebase --continue
git push origin feature/myBranch --force
git commit feature/ --force

profile
Entrepreneurs Should Learn to Code

0개의 댓글