Skip to content

Commit 77ef2c3

Browse files
Update README.md
1 parent a43dc49 commit 77ef2c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ php artisan migrate
1212

1313
## Đồng bộ code từ template này
1414

15-
```
15+
```bash
1616
git remote add template https://github.com/flashteamdev/laravel-skeleton.git
1717
git fetch --all
1818
git merge template/main --allow-unrelated-histories
19+
# nếu conflict xảy ra, chạy lệnh này
20+
git diff --name-only --diff-filter=U | xargs git checkout --ours --
1921
```
2022

2123
## VS Code Extension

0 commit comments

Comments
 (0)