Process Flow - Tracking branches concept
Create local branch
Set upstream to remote branch
Push local branch to remote
Fetch updates from remote
Compare local and remote branch
Pull or push changes accordingly
This flow shows how a local branch is linked to a remote branch for tracking, enabling synchronization of changes.