You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Poledný (Jira)" <ji...@apache.org> on 2020/02/18 15:14:00 UTC

[jira] [Created] (NETBEANS-3890) git fetch --prune

Tomáš Poledný created NETBEANS-3890:
---------------------------------------

             Summary: git fetch --prune
                 Key: NETBEANS-3890
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3890
             Project: NetBeans
          Issue Type: Improvement
          Components: versioncontrol - Git
            Reporter: Tomáš Poledný


I use gitflow branching model. It means that I create branch for all features and after that I create MR in gitlab (or github). My MR is merged and remote branch is deleted in remote repository. There is no way how to automatically prune these remote branches from Netbeans so I have to delte remote branches one by one or open command line a call {{git fetch --prune}}. I would like to have support for --prune in git fetching (pulling dialog) as checkbox next to {{Enable Deletes}} button and it deletes all delted remote branches from my local repository.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists