git rebase

Youngseo Kim·2022년 6월 12일
0

Git Commands

목록 보기
4/5
post-thumbnail
# change the base of local branch to upstream exp
git rebase upstream/exp

# completely undo the reabse
git rebase --abort

# cleanup rebase, leave everything else untouched
git rebase --quit
profile
Backend Engineer

0개의 댓글