Skip to content

Instantly share code, notes, and snippets.

View pwnchaurasia's full-sized avatar
🎯
Focusing

Pawan Chaurasia pwnchaurasia

🎯
Focusing
View GitHub Profile
@pwnchaurasia
pwnchaurasia / 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.