Working with git branches ๐ ๐ฟ
Sep 5, 2023 ยท 2 min read ยท 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...
Join discussion