-
Notifications
You must be signed in to change notification settings - Fork 16
Idea(s): standardize default config file/path in repo, and auto-init #68
Copy link
Copy link
Open
Description
I'm thinking it makes more sense to store the git flow config in each repo, instead of having each developer manually stepping through the git flow init on each of their repos. That's more automated, less room for error, and would help keep teams aligned.
I suppose that's what the --file=path option to git flow init is supposed to be for? But, can you...?
- Standardize the default path, within the repo, so that users don't need to specify it manually?
- Auto init / obviate
git flow initwhen the file is found? - Maybe even make this the default
git flow initbehavior?- If the file exists, do nothing, maybe just report the file/path found and its settings.
- If it doesn't exist, then prompt like usual, save the settings there, and tell the user where it was stored.
I realize that (3) is a deviation from the original git-flow (and AVH), but I think it might be a big enough improvement that it's worth considering.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels