MKMohit Kindevops1001.hashnode.dev·May 5 · 1 min read100 Days of DevOps - Day 30: Git hard resetStep 1: Login into the storage server. Step 2: Use sudo -i to get root user access, traverse the given path and check logs. Step 3: Here our target file = data.txt and oldest commit = initial comm00
RBRajesh Bindevrajesh.hashnode.dev·Apr 24 · 2 min readDay 30: Git Hard Reset | 100 Days of DevOpsContent: Today I worked on cleaning up a Git repository by rewriting its commit history using a hard reset. The goal was to remove unnecessary test commits and retain only the essential commits, ensu00