Before taking this quiz make sure that you have read and understood this document:
https://nvie. Com/posts/a-successful-git-branching-model/
True
False
Rate this question:
True
False
Rate this question:
Create a Jira ticket requesting a review session.
Create a merge request without assigning it to anyone. Mention the people who might help you in the comment. (/cc @ingvar)
If you are not ready to merge the changes, you should not ask for review.
Rate this question:
Yes
No
Rate this question:
Create a feature branch.
Create an issue in Jira where the goal of the change is described.
Make the change in the local repository first.
Rate this question:
1 day
1 hour
1 month
1 week
Rate this question:
True
False
Rate this question:
False
True
Rate this question:
Because it is no longer needed
It's a trick question and feature branches should not be deleted after every merge.
Rate this question:
Yes
No
Rate this question:
Yes
No
Rate this question:
False
True
Rate this question:
Merge again.
Revert the revert.
Rate this question:
Git commit -m "bug fix"
Git commit -m "fix the issue with location id in rental_properties core"
Rate this question:
In the end of the working day.
Each time you have a functioning set of tests and code.
On or before the due date.
When all the changes are made before the testing.
Rate this question:
It's easy to revert to a working version if an extension of refactor goes wrong.
Everyone can see your mistakes.
Helps to increase the number of lines that you have written.
Rate this question:
Contents of your commit.
Your intention.
Rate this question:
False
True
Rate this question:
To aid parallel development between team members
To ease tracking of features
To prepare for production releases
To assist in quickly fixing live production problems
Rate this question:
Feature branches
Test branches
Deployment branches
Release branches
Hotfix branches
Rate this question:
Development
Master
Rate this question:
Development branch
Master branch
Rate this question:
Keep the feature branch in the git tree.
Create a new commit object using --no-ff flag.
Rate this question:
Development branch
Master branch
Rate this question:
Development branch
Master branch
Master and Development branch
Release branches should not be merged back
Rate this question:
Development branch
Master branch
Either development or master branches
Rate this question:
Development branch
Master branch
Master and Development branch
Hotfix branches should not be merged back
Rate this question:
True
False
Rate this question:
Git push
Git fork
Git clone
Git commit
Rate this question:
Git push
Git add
Git upload
Git status
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.