Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8120895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:18:15+00:00 2026-06-06T05:18:15+00:00

I am using git along with git flow . Here git flow has a

  • 0

I am using git along with git flow. Here git flow has a develop branch. Whenever i need to start feature i type

git flow feature start new

a new branch feature/new is created. Then i do the changes and commit them using

git push origin feature/new

After comitting the changes I finish feature using

git flow feature finish new

it deletes feature/new branch locally. Now I am switched to develop branch by git flow and I again type

git push origin develop

which make changes to remote server develop branch

If I type git branch -a, the new branch got deleted from the local but it is there on the server with name remotes/origin/feature/new

Does git flow delete branches on remote server which are deleted at my local machine?

Please tell me if I am making some mistake.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T05:18:16+00:00Added an answer on June 6, 2026 at 5:18 am

    Looking at the source it seems that the remote feature branch is deleted only if you call git flow feature finish with -F.

    However, this fetches the remote before finishing the feature. From the docs:

    -F fetch from $ORIGIN before performing finish

    Otherwise you can delete the remote branch manually with:

    git push origin :feature/new
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been using git flow for a couple of months and it has
I'm using Git on a new project that has two parallel -- but currently
I've just started using Git and it's possible I've missed something obvious, but here
I've been using Git as a fat client for a Subversion repo, which has
I am using GIT with a new ASP.NET MVC project. I have a line
I've been using SVN since a long time and now we're trying on Git.
Using Git, how can you find the difference between the current and the last
When using git submodules, what is the preferred way of doing customizations? Should I...
I'm using GIT for my projects. Now I want to integrate it with github,
I have been using git to push my local code to a server. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.