Skip to content

anh0701/electronics-store

Repository files navigation

electronics-store

  1. setup project
  2. run project
php artisan serve
  1. create branch
    git checkout -b name-branch
  1. pull request
    git add.
    git commit -n "..."
    git push origin
  1. Trước khi pull request git pull origin main git merge main

  2. fix conflict

  • git switch main
  • git pull
  • git switch binhdz
  • git merge main
  • mở file bị conflict ra xem xem nó bị xung đột như nào, giữ lại cái cần, xoá cái không cần đi
  • git add .
  • git commit -m "....."
  • git push

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published