Git & GitHub Workflow + Auth Service Folder Setup
What I Learned
1. Git Branching StrategyWe used GitHub Flow, which is simpler than GitFlow and ideal for small teams and projects.
Branch Types:
main or master → production-ready code
dev → integration branch
feature/<name> → new features
fix/<na...
finflow.hashnode.dev2 min read