MKMohit Kindevops1001.hashnode.dev·May 7 · 1 min read100 Days of DevOps - Day 31: Git StashStep 1: Login into the storage server. Step 2: Use sudo su for root access, then traverse the given path and list the stash. Step 3: Apply following stash for commit {1} and check the status. St00
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
MKMohit Kindevops1001.hashnode.dev·May 4 · 1 min read100 Days of DevOps - Day 29: Manage Git Pull RequestsStep 1: Login into the storage server. Step 2: traverse to given directory. Step 3: Check the git status, current branch and origin. Step 4: Check git logs. Step 5: Open the UI and sign in us00
MKMohit Kindevops1001.hashnode.dev·May 1 · 1 min read100 Days of DevOps - Day 28: Git Cherry PickStep 1: Login into the storage server. Step 2: Traverse the given path and check the branch. Step 3: Get the history of commits in a branch. Step 4: Switch to the master branch and Cherry pick t00
MKMohit Kindevops1001.hashnode.dev·Apr 29 · 1 min read100 Days of DevOps - Day 27: Git Revert Some ChangesStep 1: Login into the storage server. Step 2: Switch to Root User and Navigated to Repository and check status. Step 3: Revert Latest Commit (HEAD)and check status. Step 4: Update Commit Messag00