We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43dc49 commit 77ef2c3Copy full SHA for 77ef2c3
README.md
@@ -12,10 +12,12 @@ php artisan migrate
12
13
## Đồng bộ code từ template này
14
15
-```
+```bash
16
git remote add template https://github.com/flashteamdev/laravel-skeleton.git
17
git fetch --all
18
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 --
21
```
22
23
## VS Code Extension
0 commit comments