Irfan S Mominirfans.hashnode.dev·Nov 9, 2023Day-09 Task: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git is a version control system that helps you manage and track changes in your code. It's important because it allows collaboration, keeps a history of changes, and helps prevent chaos in coding projects. What...Discuss·46 reads#90daysofdevops
Rakibur Khanblog.therakiburkhan.me·May 6, 2022Multiple git profile with different credentials!Git is the most important software of a developers life. We use it to track changes in our code, check differences, log what and when and by whom it is changed and many more. We upload our code along with git history in remote repositories. GitHub, G...Discuss·73 readsGit