Questions tagged [feature-branch]

139 questions
-1
votes
1 answer

Two feature branches. Where to put modifcations?

I'm using typical git branche flow. The main branch is develop and feature branches are created when needed. Let's say, that I created feature-test branch. Next I created and tested one Class Test. Finally the branch was merged into develop. Now…
Mati
  • 753
  • 4
  • 20
-1
votes
1 answer

Creating git feature branch using teamcity

I want to create git feature branch using teamcity and also merge it to dev using teamcity. Is it possible and how?
-1
votes
1 answer

Git : Shall I merge the source branch into the feature branch?

At my office we are using git and doing some code review. Coming the time to review my colleague ask me to merge the source branch (master) into my feature branch to be able to see the differences and do the review. I did not really agree because in…
La Chamelle
  • 2,927
  • 4
  • 36
  • 54
-1
votes
1 answer

How do I create optional feature branches?

I have forked an open source project on github (https://github.com/alberthendriks/peatio/) and I want to offer functionality for the community. Peatio is a currency exchange that by default only supports CNY and BTC. Now, there are instructions to…
Albert Hendriks
  • 1,979
  • 3
  • 25
  • 45
1 2 3
9
10