git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git - Git flow assistance
@ 2022-03-07 13:16 Firas REGAYEG
  2022-03-07 13:47 ` rsbecker
  0 siblings, 1 reply; 3+ messages in thread
From: Firas REGAYEG @ 2022-03-07 13:16 UTC (permalink / raw)
  To: git; +Cc: Imed ZARROUK

Hello Git !

I'm Git fan, I'm using it currently in my job. Git is awesome, I really like it.

I have an issue with git flow command and need some help please
My problem is: In my team we create branch names with a pattern: 

developer_identity/feature_or_bug /task_number-brief-description

Now when I'm using the command it asks me to enter feature branches prefix with a suggestion "feature/", is there a way to use variables in the name of branch? 

for example, a prefix like this one:

developer_unique_id/

=> We need to make a global variable as prefix in the branch name. 

If this isn't possible, is there another way to do something similar? 

Thanks in advance.

Kind regards.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Git - Git flow assistance
  2022-03-07 13:16 Git - Git flow assistance Firas REGAYEG
@ 2022-03-07 13:47 ` rsbecker
  2022-03-08 16:35   ` Erik Cervin Edin
  0 siblings, 1 reply; 3+ messages in thread
From: rsbecker @ 2022-03-07 13:47 UTC (permalink / raw)
  To: 'Firas REGAYEG', git; +Cc: 'Imed ZARROUK'

On March 7, 2022 8:16 AM, Firas REGAYEG wrote:
>I'm Git fan, I'm using it currently in my job. Git is awesome, I really
like it.
>
>I have an issue with git flow command and need some help please My problem
is:
>In my team we create branch names with a pattern:
>
>developer_identity/feature_or_bug /task_number-brief-description
>
>Now when I'm using the command it asks me to enter feature branches prefix
>with a suggestion "feature/", is there a way to use variables in the name
of
>branch?
>
>for example, a prefix like this one:
>
>developer_unique_id/
>
>=> We need to make a global variable as prefix in the branch name.
>
>If this isn't possible, is there another way to do something similar?

Is this being done in a git command directly or in some web UI (like
BitBucket)?
-Randall


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git - Git flow assistance
  2022-03-07 13:47 ` rsbecker
@ 2022-03-08 16:35   ` Erik Cervin Edin
  0 siblings, 0 replies; 3+ messages in thread
From: Erik Cervin Edin @ 2022-03-08 16:35 UTC (permalink / raw)
  To: rsbecker; +Cc: Firas REGAYEG, git, Imed ZARROUK

Hi Firas,

> I have an issue with git flow command and need some help please
It sounds like you are looking for advice pertaining to git-flow,

As far as I recall, this unfortunately has nothing to do with the git
project and this may not be the ideal place to ask.
You may find more helpful advice by asking on Stackoverflow
https://stackoverflow.com/questions/tagged/git-flow

> Now when I'm using the command it asks me to enter feature branches prefix with a suggestion "feature/", is there a way to use variables in the name of the branch?
Haven't used git-flow but I think the point of the prefix is to be "fixed".
I understand your question to be making this vary depending on user.
My guess is this won't work with git-flow.

Taking a step back, this sounds like an XY problem.
Can you share more about how you'd like to use git and branches?

/Erik

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-08 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 13:16 Git - Git flow assistance Firas REGAYEG
2022-03-07 13:47 ` rsbecker
2022-03-08 16:35   ` Erik Cervin Edin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).