chore: update readme

feature/ads-smart-display
tiendat3699 2024-05-08 10:23:59 +07:00
parent 0e331d7eff
commit 1df73fd71d
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
2. Tạo nhánh feature từ develop bằng cmd `git flow feature start <feature-name>`. Nhánh feature sẽ được tạo ở local từ nhánh develop.
3. Để publish nhánh feature lên remote dùng cmd `git flow feature publish <feature-name>`.
4. Sau khi làm xong feature. Truy cập vào git tạo pull request, đợi review approve để merge feature vào nhánh develop (**không xóa nhánh feature**). Sau khi merge thành công, quay về local checkout về lại develop, pull code mới nhất về. R nhập cmd `git flow feature finish <feature-name>` để xóa nhánh feature ở cả local và remote.
5. tham khảo thêm về git flow https://danielkummer.github.io/git-flow-cheatsheet/index.vi_VN.html
5. Tham khảo thêm về git flow https://danielkummer.github.io/git-flow-cheatsheet/index.vi_VN.html
### Git commit message prefixes
@ -14,6 +14,6 @@
- [doc]: Thêm, cập nhật doc.
- [dist]: Thêm package mới.
- [style]: Chỉnh sửa liên qua đến style code, syntax cho đẹp gọn hơn mà không thay đổi về logic game.
- [perf]: cập nhật liên quan đến cải thiện hiệu suất.
- [test]: thêm test, không thay đổi code ở bản build
- [perf]: Cập nhật liên quan đến cải thiện hiệu suất.
- [test]: Thêm test, không thay đổi code ở bản build
- [refactory]: Tái cấu trúc dự án, những thay đổi về code không ảnh hưởng đến tính năng từ phía của user.