Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso-vietprodev-backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vy Nguyễn Minh Khang
sso-vietprodev-backend
Commits
66181293
Commit
66181293
authored
Jun 18, 2026
by
Lead VietProDev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(progress): log push status + manual force-push cheatsheet
Co-authored-by:
Cursor
<
cursoragent@cursor.com
>
parent
9ee96c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
PROGRESS.md
PROGRESS.md
+15
-4
No files found.
PROGRESS.md
View file @
66181293
...
@@ -506,10 +506,21 @@ Branch `feat/oidc-register-verify-email` (commit `cf35eb1`) chứa Phase 3 done
...
@@ -506,10 +506,21 @@ Branch `feat/oidc-register-verify-email` (commit `cf35eb1`) chứa Phase 3 done
Tất cả 3 file trên đều không nằm trong scope Phase 3 rewrite. Sẽ xử lý riêng trong task "Phase 4b — fix pre-existing TS errors" nếu user yêu cầu.
Tất cả 3 file trên đều không nằm trong scope Phase 3 rewrite. Sẽ xử lý riêng trong task "Phase 4b — fix pre-existing TS errors" nếu user yêu cầu.
### Git flow tiếp theo
### Git flow tiếp theo
-
Working tree
`develop`
có ~36 file modified/untracked sau session này.
-
Working tree
`develop`
có ~36 file modified/untracked sau session này (sau commit còn 18 untracked cũ).
-
Tạo commit
`feat(oidc): re-apply Phase 3 wiring on top of develop restore`
trên branch
`develop`
.
-
Commit
`9ee96c4 feat(oidc): email-verified register flow + resend endpoint`
trên local
`develop`
.
-
Sau đó fast-forward
`feat/oidc-register-verify-email`
lên
`develop`
(hoặc merge ngược để có 1 history thẳng).
-
Push lên
`origin/develop`
✅ done (Everything up-to-date).
-
Push lên remote + tạo MR.
-
Branch
`feat/oidc-register-verify-email`
local đã được fast-forward lên
`9ee96c4`
(qua
`git branch -f`
).
-
**Push lên `origin/feat/oidc-register-verify-email` BỊ REJECT**
(non-fast-forward vì remote còn ở
`cf35eb1`
).
-
**Hành động cần user thực hiện thủ công**
(theo guideline, KHÔNG tự ý force push):
```
bash
# Cách 1: force-with-lease (an toàn, kiểm tra trước khi ghi đè)
git push
--force-with-lease
origin feat/oidc-register-verify-email
# Cách 2: xoá remote branch rồi push lại
git push origin :feat/oidc-register-verify-email
git push origin feat/oidc-register-verify-email
```
- Sau khi feature branch
sync
với develop, MR sẽ show diff
=
0
(
fast-forward
)
.
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment