Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Could you explain the Gitflow workflow?
Home
Interview Question
Could you explain the Gitflow workflow?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
Could you explain the Gitflow workflow?
Master
- is always ready to be released on LIVE, with everything fully tested and approved (production-ready).
Hotfix
- Maintenance or “hotfix” branches are used to quickly patch production releases. Hotfix branches are a lot like release branches and feature branches except they're based on
master
instead of
develop
.
Develop
- is the branch to which all feature branches are merged and where all tests are performed. Only when everything’s been thoroughly checked and fixed it can be merged to the
master
.
Feature
- Each new feature should reside in its own branch, which can be pushed to the
develop
branch as their parent one.
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
Please
log in
or
register
to answer this question.
0
Answers
Related questions
0
votes
Q: Explain the purpose of Scalability testing
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestions
#interviewquestionandanswer
0
votes
Q: What Is Sticky Session Load Balancing? What Do You Mean By "Session Affinity"?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestions
#interviewquestionandanswer
0
votes
Q: Could you explain the Gitflow workflow?
asked
May 14, 2019
in
Other
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
0
votes
Q: What Is Your Greatest Strength?
asked
May 23, 2019
in
Interview Question
by
rajeshsharma
(
23.9k
points)
#interviewquestionandanswer
#continousintegration
#interviewquestions
#integration
#infrastructure
0
votes
Q: What are the differences between continuous integration, continuous delivery, and continuous deployment?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What is the difference between resource allocation and resource provisioning?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What's the difference between a blue/green deployment and a rolling deployment?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What is the function of CI (Continuous Integration) server?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#integration
#continousintegration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What are the success factors for Continuous Integration?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: What is meant by Continuous Integration?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestionandanswer
#interviewquestions
0
votes
Q: hat is mean by Collections in Java?
asked
May 24, 2019
in
JAVA
by
rajeshsharma
(
23.9k
points)
#interviewquestionandanswer
#interviewquestions
#continousintegration
#integration
#java
Java-questions-answers
0
votes
Q: Explain Blue-Green Deployment Technique
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestionandanswer
0
votes
Q: What is the difference between load and stress testing?
asked
May 22, 2019
in
Interview Question
by
Robindeniel
(
20.8k
points)
#continousintegration
#integration
#interviewquestions
0
votes
Q: What would you consider your greatest strengths & weakness?
asked
Oct 24, 2019
in
Interview Question
by
AdilsonLima
(
6.3k
points)
#interviewquestions
#interviewquestionandanswer
#integration
0
votes
Q: What Is Your Greatest Weakness?
asked
May 23, 2019
in
Interview Question
by
rajeshsharma
(
23.9k
points)
#interviewquestionandanswer
#interviewquestions
#integration
...