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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:03:23+00:00 2026-05-22T18:03:23+00:00

Recently I’ve started working in Git with team of 8 people. We decided that

  • 0

Recently I’ve started working in Git with team of 8 people.
We decided that it’s a good practice to work separately in each personal branch (someone read about it somewhere).
After working in such topology a little while, I’ve got pissed of how much time takes to get/merge changes from master and push/merge it back.
Half of time that I’m spending on issue – takes to merge with someone’s changes.

I want to have latest changes from master every 2 hours. But each time I have to spend time to merge them into my branch.

I assume that git is ok and we have chosen wrong workflow. Ho can we avoid frequent merges and always have latest master checked in ?

UPD.

As Neil noticed correctly – some of us are working simultaneosly on one piece of code. That we will get merges in other VCS’es – it’s true. but not so often as in git !

For example: I wanted to rename class in the project. This class is using broadly in project. I’ve made it in my branch. Ok, I’ve got each time that i’m pulling from master – merges from my teammate. Then I’ve decided to finally merge it to master. Another one merge. I’ve made it. Then my teammate pulls and got another merge. So time what spends on merges in team is litterally wasted.

I’m not blaming git. I think there is simply better workflow for this. Now we have decided to refuse using branches and work directly with master hoping that no one will broke our build.

UPD. 2

Also its often happens that I’m getting merge with code that I’ve never modified. This is odd, as I have to resolve conflicts on code that I’ve got no idea about. May be there is also some workarounds avoiding these merges?

  • 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-22T18:03:24+00:00Added an answer on May 22, 2026 at 6:03 pm

    There are three tools that might help you

    • Keep history linear by using rebase. This only moves resolving conflicts around, but the idea is that before pushing to repository, or requesting pull from your repository by maintainer, to use git rebase on top of current version. Note: don’t do this on published history. This ensures that the other person doesn’t have to resolve conflicts.

      Tongue in cheek: if you are tired of merging, you can git pull --rebase instead 😉 Though this wouldn’t help you having to resolve conflicts.

    • If you find yourself resolving the same conflict again and again, try enabling git rerere — it is tool that reuses recorded resolution of conflicted merges.

      You need to set the configuration variable rerere.enabled in order to enable this command.

    • If the standard 3-way text merge does not work for you, but your merge conflicts can be resolved programatically, you can set up merge driver for specified files. See description of merge attribute in the gitattributes manpage.


    Alternate solution is to shift work around.

    Instead of first pulling, resolving merges, then pushing to “central” repository, you can ask maintainer to pull changes from you (git request-pull might help here).

    If you are maintainer, you can ask developer to either fix his/her changes so that it would merge cleanly (e.g. by rebasing on top of current version), or asking them to merge. They might know better how to resolve conflicts.

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

Sidebar

Related Questions

Recently I'm doing some work on RTMP streaming, that is using Flowplayer to integrate
Recently we have released our product. Our team decided to preserve the source code
recently I started a small Django project that I developed on a local machine
Recently I started working with RAD and WebSphere on development of web services and
Recently started with ASP.NET and MVC and have a few questions on working with
Recently my application received quite a lot comments that it's not working on Android
Recently I have seen a few people telling others that if they need to
Recently, I started changing some of our applications to support MS SQL Server as
Recently I've noticed that on occasion I do not get a mayorship notification when
recently I started using storyboard and I've the following situation: I want to set

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.