#version-control
3 post(s)
-
Stay Off Main:Git Branches Without the Fear
Hands-on Git branching — create a feature branch, push it with upstream tracking, merge back into main, and clean up local and remote branches.
-
When Push Fails:Merge Conflicts, Revert, and Rollback
Hands-on Git for the stuck push — fetch remote changes, resolve merge conflicts, then revert or roll back commits safely.
-
Git Without the Panic:Init, Commit, Push
Hands-on Git for beginners — init a repo, stage and commit safely, read diffs, and push your first project to a remote.