Git Product home page Git Product logo

Comments (5)

OpherV avatar OpherV commented on August 22, 2024 1

@cheipol Good things come to those who wait (around 5 years 😂)

Now available in 0.7.0 thanks to @bmwsedee's efforts

image

from gitflow4idea.

OpherV avatar OpherV commented on August 22, 2024

How would you achieve the same thing with command line git flow?

from gitflow4idea.

cheipol avatar cheipol commented on August 22, 2024

I had to rewrite the .gitignore file, it would be nice to have a reconfiguration option. I dont really know how to do it with git flow

from gitflow4idea.

OpherV avatar OpherV commented on August 22, 2024

What does the .gitignore file have to do with git flow? I don't understand what it is you're asking
The aim of this plugin is to be a GUI for git flow, so if there's some functionality you want from git flow command line, and is missing in the GUI please let me know what exactly it is you need.
Be as specific as possible

from gitflow4idea.

cheipol avatar cheipol commented on August 22, 2024

Sorry, I can see that I didn't explain really well the problem, I'll try to do it better.

When you configure git flow, it saves the configuration in the .git/conf file, with something like that:

[gitflow "branch"]
    master = your-master-branch
    develop = your-develop-branch
[gitflow "prefix"]
    feature = feature/
    release = release/
    hotfix = hotfix/
    support = support/

I was suggesting to create a button or some way to reconfigure this lines without having to go to the .git/conf file.

Thanks.

from gitflow4idea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.