MKMohit Kindevops1001.hashnode.dev00100 Days of DevOps - Day 31: Git StashMay 7 · 1 min read · Step 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. StJoin discussion
MKMohit Kindevops1001.hashnode.dev00100 Days of DevOps - Day 30: Git hard resetMay 5 · 1 min read · Step 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 commJoin discussion
MKMohit Kindevops1001.hashnode.dev00100 Days of DevOps - Day 29: Manage Git Pull RequestsMay 4 · 1 min read · Step 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 usJoin discussion
MKMohit Kindevops1001.hashnode.dev00100 Days of DevOps - Day 28: Git Cherry PickMay 1 · 1 min read · Step 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 tJoin discussion
MKMohit Kindevops1001.hashnode.dev00100 Days of DevOps - Day 27: Git Revert Some ChangesApr 29 · 1 min read · Step 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 MessagJoin discussion