Working with git branches ๐ ๐ฟ
Image source Click Here
The branch is a pointer to a specific commit in your commit graph, also branches are used to track the version of your code.
As we know the master(main) branch ๐ฑ is the stable version of your code, so isolating it from any ne...
yaserebrahim.com2 min read