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 7954591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:28:30+00:00 2026-06-04T03:28:30+00:00

We are working on setting up a git environment, and for our workflow, we

  • 0

We are working on setting up a git environment, and for our workflow, we would like to do the following:

enter image description here

The issue is that I want to be able to easily pick and choose which changes I want to push to production from staging. For example, if dev1 is working on feature 1 and dev2 is working on feature 2, I might only want to push the changes of feature 1 to production. Is this possible? I might even have a case where dev1 is working on feature 3 and feature 4, but I only want to push feature 4 to production.

  • 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-04T03:28:32+00:00Added an answer on June 4, 2026 at 3:28 am

    This is very common. I do this frequently.

    The approach to use is to have developers create what are called feature branches (or just branches.

    This is done using the command:

    git checkout -b my_new_feature
    

    Then they can work on the feature and everyone else can get that code, but it won’t mix with any other branches until that branch is merged into your master branch, like so:

    git checkout master
    git merge my_new_feature
    

    Different developers can work on different features however long it takes, then you can merge to master (and push to staging) whenever it makes sense.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am setting scrollTop and scrollLeft for a div that I am working with.
I'm working on an app (Written in C#) that have a setting to run
I've got application settings working just fine. However, I'd like to be able to
I have been working on setting up a git server by using Paramiko to
I am new to git and I would like to know how to tackle
I have a remote git server that has been working great for months. Earlier
Setting up a git repository with some messy commits. Everything is working and all
What I'm doing: I'm working in Xcode, and started using Git not that long
I have a git project that I'm working on locally. It's a PHP project
What are your favorite Git configuration settings which make your life easy while working

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.