[eclipse-arduino-dev] Re: Git Flow

  • From: Roberto Lo Giacco <rlogiacco@xxxxxxxxx>
  • To: eclipse-arduino-dev@xxxxxxxxxxxxx
  • Date: Wed, 13 Apr 2016 13:47:47 +0200

I know I'm being picky here so please accept my apologies, but I advice to
use only lowercase letters for branch names and dashes (-) as separators.

Turning this into practice, I'm asking to rename *Stable* to *stable* and
keep the naming convention for features and hotfixes too. Also I advice to
use names which are as short as possible whenever they end up in the top
repository.

I apologize for being pedantic, but I feel it is important.

Roberto

On Mon, Apr 11, 2016 at 11:30 PM, Roberto Lo Giacco <rlogiacco@xxxxxxxxx>
wrote:

No, I wasn't joking... I don't think you can do that via the web
interface, I was using Eclipse....

On the command line it's 3 commands....

On Mon, Apr 11, 2016 at 10:21 PM, Jan Baeyens <jan@xxxxxxxxxx> wrote:

I was using the web interface. Right clicking there didn't give me the
option "create a branch from this change set"

If you feel more confident with the command line I can send them over....
I guess you are joking. If not: Hell no I'm not.


Op 11/04/2016 om 20:24 schreef Roberto Lo Giacco:

What I did was:
- find the change set tagged with V3
- right click and select "create a branch from this change set"
- filled in the branch name and confirmed

I ended with a new branch on the same change set where V3 tag was.

I then repeated the process using release/toddler as branch name....

If you feel more confident with the command line I can send them over....

Il lunedì 11 aprile 2016, Jan Baeyens < <jan@xxxxxxxxxx>jan@xxxxxxxxxx>
ha scritto:

It is a branch but does not reflect the V3.0 tag but is the same as
master.
In other words I failed.

Op 11/04/2016 om 15:16 schreef Roberto Lo Giacco:

but...?

On Mon, Apr 11, 2016 at 3:05 PM, Jan Baeyens <jan@xxxxxxxxxx> wrote:

I tried to make the Stable branch but .......

Op 11/04/2016 om 2:36 schreef Roberto Lo Giacco:

So, this is my gitflow configuration, for you guys to review and copy,
if needed:

[gitflow "branch"]
master = stable
develop = master
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
versiontag =
support = support/

I did create stable from the same changeset tagged as V3.0: let me know
if that's ok with you guys.

This config is somewhat confusing, as it's unclear to me whenever
stable will come into play: I'm going to create feature branches out of
master, hotfixes I believe are forked from release... are releases forked
out of stable?

On Mon, Apr 11, 2016 at 1:57 AM, Roberto Lo Giacco <rlogiacco@xxxxxxxxx
wrote:



On Sun, Apr 10, 2016 at 5:48 PM, Roberto Lo Giacco <
rlogiacco@xxxxxxxxx> wrote:

​ Which connector do you use to get Mylyn integrated with Github? I
wasn't able to find it.... ​


​ I found an answer to the above question, it's in the standard Mars
update repository and it just needs to be installed, or you can just
install the GitFlow support and it gets brought in with that.

I'm starting to love it already :-D​









Other related posts: