Top 50 Bamboo interview questions and answers
1) What exactly do you know about release planning? It is basically a common approach in Bamboo. It must be done at least once a week. There…
Installing and Working with Sourcetree & git repos
Here you are going to learn about how to clone, pull and push file using sourctree. so for this process you have already install gitbash and also…
Git Interview Questions and Answer Part – 10
Where can HEAD point? To a branch To a branch or nowhere To a branch or a commit (Ans) To a branch, a commit, a tree, or…
Enforce the JIRA issue id in a GIT commit message
Enforce the JIRA issue id in a GIT commit message This can be done by using git hooks file location at .git/hooks/commit-msg. Following are the 2 way…
How to replace Changes after the Gerrit review without changing the commit id?
How to replace Changes after the Gerrit review without changing the commit id? One of the main benefits of code review is the ability to receive and…
