Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
git flow init
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
pro-lo...@optusnet.com.au  
View profile  
 More options Dec 24 2011, 10:06 pm
From: pro-lo...@optusnet.com.au
Date: Sat, 24 Dec 2011 19:06:08 -0800 (PST)
Local: Sat, Dec 24 2011 10:06 pm
Subject: git flow init

Hi,

I've recently started using git flow on windows, and I have to say, I like
it very much. Great work.

One thing that I don't understand is why everybody who uses the same repo
has to run the git flow init command?

Would it not be better to have a .gitflow file in the root of the
directory? Much like .gitignore, .gitattributes and .gitmodules?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aseem Kishore  
View profile  
 More options Dec 24 2011, 10:34 pm
From: Aseem Kishore <aseem.kish...@gmail.com>
Date: Sat, 24 Dec 2011 22:34:34 -0500
Local: Sat, Dec 24 2011 10:34 pm
Subject: Re: git flow init
Great idea! +1

Aseem

On Dec 24, 2011, at 10:06 PM, pro-lo...@optusnet.com.au wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Derricutt  
View profile  
 More options Dec 24 2011, 11:51 pm
From: Mark Derricutt <m...@talios.com>
Date: Sun, 25 Dec 2011 17:51:07 +1300
Local: Sat, Dec 24 2011 11:51 pm
Subject: Re: git flow init

One problem against this is that configuration is sometimes user specific (
I occasionally switch to an alternate development branch for epic like
streams, which I really should write as a gitflow command), I wouldnt
really want that pushed upstream.

-- Sent from an Android
On Dec 25, 2011 4:34 PM, "Aseem Kishore" <aseem.kish...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter van der Does  
View profile  
 More options Dec 25 2011, 12:02 pm
From: Peter van der Does <pvanderd...@gmail.com>
Date: Sun, 25 Dec 2011 09:02:30 -0800 (PST)
Local: Sun, Dec 25 2011 12:02 pm
Subject: Re: git flow init
I thought of the same idea last night after I wrote a feature to
implement hooks. I just created an issue on github:
https://github.com/nvie/gitflow/issues/183

I shall be working on this.

On Dec 24, 11:51 pm, Mark Derricutt <m...@talios.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Derricutt  
View profile  
 More options Dec 25 2011, 2:42 pm
From: Mark Derricutt <m...@talios.com>
Date: Mon, 26 Dec 2011 08:42:12 +1300
Local: Sun, Dec 25 2011 2:42 pm
Subject: Re: git flow init

Just a thought tho, you'll still need to run git flow unit on checkout
anyway as a clone doesn't actually create local branches..

-- Sent from an Android
On Dec 26, 2011 6:02 AM, "Peter van der Does" <pvanderd...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter van der Does  
View profile  
 More options Dec 25 2011, 3:40 pm
From: Peter van der Does <pvanderd...@gmail.com>
Date: Sun, 25 Dec 2011 12:40:27 -0800 (PST)
Local: Sun, Dec 25 2011 3:40 pm
Subject: Re: git flow init
You don't have to run git flow init if the gitflow settings are cloned
over as well.
The reason you currently have to run git flow init, is the fact that
the configuration of gitflow is stored in the .git/conf file. This
file isn't cloned on git clone. Any other directory is, so when you
clone a gitflow enabled repo and do for example git flow feature start
my-feature, the feature branch prefix is know and is also consistent
with the original repo.

On Dec 25, 2:42 pm, Mark Derricutt <m...@talios.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »