YAYaser Ahmedinyaserebrahim.comยทSep 5, 2023 ยท 2 min readWorking 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...00
YAYaser Ahmedinyaserebrahim.comยทSep 3, 2023 ยท 3 min readHow do I write a good README? ๐โจHow do I write a good README? ๐โจ When writing documentation in README.md For projects, it's critical to create a clear, comprehensive, and user-friendly resource. Good documentation helps developers and end-users understand, use, and contribute to t...00