Apr 2, 2023

How to cherry pick in Git

Learn how to cherry-pick a specific commit in Git and apply it to a different branch without merging the entire branch, with this step-by-step guide.

Sep 8, 2022

How to renaming an existing branch in Git

Learn to rename an existing git branch

Sep 4, 2022

How to create a new local branch in Git

Learn to create a new local branch in git

Sep 16, 2020

How to deploy a create React app to Github pages for free

A practical guide on how to deploy or host your React app on Github Pages for free using 6 simple steps.