Tagged articles

dev

2 articles · Page 1 of 1
liandk
liandk
Jun 8, 2026 · Fundamentals

Create a dev Branch from Local main and Push It to Remote with Git

This guide walks through the step‑by‑step Git commands needed to ensure your local repository is up‑to‑date, create a new dev branch from the main/master branch, push it to the remote, set the upstream tracking, and verify the result in common development scenarios.

Gitbranchdev
0 likes · 4 min read
Create a dev Branch from Local main and Push It to Remote with Git