git-flow Questions
2
Using gitkraken with a gitflow-enabled repository and trying to figure out how to finish a feature branch in such a way so as to also delete from remote that feature branch if it exists. When you u...
4
My problem
In the current project I'm working on, I'm not able to initialise gitflow with SourceTree. Can you help?
My version of SourceTree is 2.7.6.
Screenshots
If I try to do
then I have this d...
Overbid asked 27/7, 2018 at 16:8
4
Solved
I work on a team with a large Java code base (300k+ lines of code), which recently adopted Git as the source control (migrated from ClearCase). We are using Git Flow as our branching strategy. Ther...
Fogel asked 17/10, 2014 at 2:41
2
I just encountered the following situtation:
The test-server is currently running Flyway, with version 1 (V1). The test-server is automatically updated (including Flyway scripts) whenever anything...
5
Solved
I'm working on implementing Git Flow branching strategy in my company and for that I'm testing all possible options which is provided in SourceTree GitFlow.
Two problems I've faced till now:
I'm...
Proximal asked 17/11, 2017 at 7:13
2
Solved
I'm using git flow for my projects. When a release has been merged into the master branch it is tagged with the release version (e.g. 1.2.0) and deployed to my production servers.
Now I want to qu...
Tum asked 25/4, 2013 at 9:37
4
I am going to merge my release branch to master and I am wondering if I should squash the commits from develop into a single merge commit when merging into master.
General documentations about git...
Patriarchate asked 14/12, 2016 at 10:5
2
I develop a Python library using Gitflow development principle and have a CI stage for unit testing and package upload to a (private) PyPI. I want to consume the uploaded package for testing purpos...
Thermoluminescent asked 27/9, 2021 at 9:11
12
Solved
I have two branches: master and dev
I want to create a "feature branch" from the dev branch.
Currently on the branch dev, I do:
git checkout -b myfeature dev
... (some work)
git commit -...
Furred asked 17/12, 2010 at 12:39
12
Solved
I have two branches: master and dev
I want to create a "feature branch" from the dev branch.
Currently on the branch dev, I do:
git checkout -b myfeature dev
... (some work)
git commit -...
Sphygmic asked 17/12, 2010 at 12:39
5
Solved
At work, we're now using GitHub, and with that GitHub flow. My understanding of GitHub flow is that there is a master branch and feature branches. Unlike git flow, there is no develop branch.
This...
Osteen asked 22/5, 2020 at 15:25
4
Solved
My question is around a very specific point in the gitflow process (as documented here).
I've already merged bugfixes from release/1.2 into master, and tagged appropriately.
Apart from how the hi...
6
Solved
Learning GitFlow and I have some concerns that I don't see addressed in any of the docs/articles I've read about it.
At some point code on the develop branch needs to be deployed to a QA/staging e...
1
The company I work for is using gitflow.
We follow a branch-per-feature approach where individual features are implemented, tested and then PR'd into develop. When it comes time for a release we c...
Idiopathy asked 12/12, 2017 at 21:24
1
Solved
I use git-flow and from the Github protection rules I have branches master and develop protected, both with the option Require linear history.
All works fine, but now I would like to instead of jus...
Tanjatanjore asked 7/10, 2020 at 0:41
5
I'm using the "Git Flow" branching model, with a master branch and a develop branch. I'm working on a major new release, so my develop branch is wildly different from my master branch. This creates...
5
Solved
I having been using git flow for a while now. I am curious to learn about a specific use case.
For one of my projects I have a ticket for a new website feature. This ticket depends on many sub-ta...
4
Solved
How can I create a second hotfix branch in Sourcetree when one already exists? Whenever I try to it tells me to finish my current hotfix first. Any way to have multiple hotfix branches?
Alduino asked 26/9, 2017 at 19:40
4
We are developing several projects that consist of web artifacts, using the git-flow branching model.
Refer to: Vincent Driessen's git flow branching model
We are using develop branch and jenkins...
Cockcroft asked 12/8, 2016 at 11:39
2
Solved
I am learning git-flow and I just did git flow feature finish <feature-name>, which merged my feature branch to develop and removed it.
Instead of this, I want to push the feature branch to ...
Maiolica asked 19/11, 2012 at 8:28
4
I am very new to Git and am starting to learn the command line version. I believe my git flow is not installed correctly. I am running this from a pc.
When i run following command:
git flow feat...
Sensuous asked 10/2, 2015 at 17:15
2
We have build an Asp.net core micro-services project and organized the code into one super project and multiple Git submodules (each microservice is a submodule). Now we want to start using the Git...
Doxology asked 9/4, 2019 at 0:57
4
Solved
I've just took a look on this gitflow cheat sheet. I don't understand the release branch.
Could anybody tell me the difference between release and master branches?
1
Solved
After a successful merge request , the branch get's deleted on the gitlab but it still exist on my local machine so how can I remove that branch locally ?
How can I remove config-tailwind branch l...
Whirlybird asked 10/1, 2022 at 17:5
8
How I can use git flow release finish in a manner that doesn't ask for merge commit messages? The -m flag doesn't provide this, as I expected.
The goal of course is to be able to script this in su...
Tribal asked 25/1, 2013 at 22:17
1 Next >
© 2022 - 2024 — McMap. All rights reserved.