Git Rebase

Hướng dẫn xử lý conflict code trên GIT

Vấn đề: Khi thực hiện merge một tính năng vào nhánh, có thể xảy ra conflict source code với origin hiện tại bạn đang code như bên dưới. git merge feature/a Auto-merging testfile.txt CONFLICT (content): Merge conflict in testfile.txt Automatic merge failed; fix conflicts and then commit the result. Để giải quyết vấn đề này, […]