Skip to content

Instantly share code, notes, and snippets.

View rjsnh1522's full-sized avatar
🎯
Focusing

Pawan Chaurasia rjsnh1522

🎯
Focusing
View GitHub Profile
@rjsnh1522
rjsnh1522 / Git_flow.md
Last active July 15, 2022 05:28
Git Branching flow.

Git Branching Strategy

Objective:

1. To solve issue of merge conflict of migrations. When deploying if developer has forgot to check in their migrations. 
2. To solve Settings.xlsx conflict to remove duplicate entries and over written values.
3. To not block any new release.
4. Solve merge conflict of hot fix if any database changes is there.