Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
100 Days of DevOps - Day 31: Git Stash
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. St
100 Days of DevOps - Day 30: Git hard reset
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 comm
100 Days of DevOps - Day 29: Manage Git Pull Requests
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 us
100 Days of DevOps - Day 28: Git Cherry Pick
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 t
