Git

여러 commit 합치기

dm.kim 2024. 7. 29. 12:41
git rebase -i HEAD~[합칠 commit 수]
git push -f origin master # 원격 repo 강제 push

 

'Git' 카테고리의 다른 글

Git 초기 설정  (0) 2023.10.23
git origin과 upstream 차이  (0) 2023.03.24
유용한 git config  (0) 2023.03.24
Git remote와 sync 맞추기  (0) 2023.03.24
Clear git local cache  (0) 2023.03.24