Brian Kingsolodev.app·Jan 26, 2024Installing Git.TL;DR. This post provides a comprehensive guide on how to install Git, a popular version control system. It explains Git's functionalities and the various states that files can reside in when using Git. Then the guide moves the reader through install...The Ops SeriesPPA
Dileepa Chandimablog.dilipchandima.com·Mar 23, 2023Maintain proper commit messagesI think you are a developer who loves maintaining code using Git repo and maintain task using Jira, but doesn't have any idea to write proper git commit messages 🫣 Are you writing commit messages like this, git commit -m 'task done' or git commit...41 readsGit