Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [11/2/17, 1:31:32 PM] Duc iOS : thì branch ra ra 1 nhánh mới rồi rebase xóa những cái commit của người kia đi là xong
- [11/2/17, 1:33:15 PM] Duc iOS : git rebase -i HEAD~N
- [11/2/17, 1:33:47 PM] Duc iOS : N là số commit muốn rebase
- [11/2/17, 1:34:05 PM] Duc iOS : vd 5 commit cuối có 3 commit của A 2 commit của B
- [11/2/17, 1:34:08 PM] Duc iOS : git rebase -i HEAD~5
- [11/2/17, 1:34:18 PM] Duc iOS : xong xóa 2 line tên commit của B đi
- [11/2/17, 1:34:27 PM] Duc iOS : rồi save lại push -f
- [11/2/17, 1:34:42 PM] Duc iOS : fix conflict nếu có :D
Advertisement
Add Comment
Please, Sign In to add comment