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

  • SEARCH
  • Home
  • 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 7603881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:45:56+00:00 2026-05-30T23:45:56+00:00

Need some advice again please. This is regarding a single developer shop. I have

  • 0

Need some advice again please.

This is regarding a single developer shop. I have a created a small application in C# and I am hosting the code on BitBucket as a Git Repository. The application is a WinForm app and version 1.0 is ready to be released. I have all my source code uploaded to BitBucket. During testing, number of bugs have been discovered and I have received couple of minor enhancement requests.

My question(s) are:
1. How do I work on version 1.1?
2. Do I need to create a branch or do I just continue working on the v1.0, making changing as needed? And once v1.1 is ready, then build it and publish it?

Currently, I do not foresee a scenario where I would need to support number of versions. However, I would like some input on the best way to proceed besides making number of folders labeled “My App v1.0”, “My App v1.1”, etc. 😛

Thank you for your help and I am sorry if this is a basic question.

  • 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-05-30T23:45:57+00:00Added an answer on May 30, 2026 at 11:45 pm

    Branches are cheap to make so you should be creating branches all the time in git. You could create a ‘1.1_wip‘ branch, and create a branch for each new feature or bug fix you want to work on. Anytime you finish work in any of your feature or bug fix branches, you merge it into the 1.1_wip branch.

    Once you are ready to release/publish, then you merge your 1.1_wip branch back into your master branch and can create a tag, ex:

    git checkout master
    git merge 1.1_wip
    git tag 1.1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some advice. (For those who have already read this before I have
Experts - I need some advice in the following scenario. I have a configuration
I have been playing with Compact Framework lately and i need some advice. I
I need some expect advice on how to handle the following:- I have a
Help, I am a noob, just need some advice on this bit of code.
I need your help and please give me some advice. From programming pearls I
hey there.. need some advice again :) I'm working on a project with a
I need some advice as to how I easily can separate test runs for
I need some advice on what kind of pattern(s) I should use for pushing/pulling
I need some advice from experts :) I will develop a website using PHP

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.