[Git] Rebase
What is git rebase?
Rebasing is the process of moving or combining a sequence of commits to a new base commit. Rebasing is most useful and easily visualised in the context of a feature branching workflow.
merge대신 rebase를 사용해서 commit을 한개로 유지할 수 있다.
...
suzie.hashnode.dev1 min read