git

The Ultimate GIT Cheat Sheet

This Ultimate GIT Cheat Sheet has all the important GIT commands in one place, presented in an easy to navigate format. From fundamental operations like making commits and branching out to more intricate tasks such as resolving merge conflicts and fine-tuning commit histories; it’s your comprehensive guide to mastering GIT, covering a wide array of …

The Ultimate GIT Cheat Sheet Read More »

C Gitignore file template

When working on C projects, version control (git) is important. For that you need to be well versed with how to make a .gitignore file. The .gitignore file allows developers to exclude certain files and directories from being tracked by Git, ensuring a clean and organized repository. In this blog post, we will explore a …

C Gitignore file template Read More »