It's not normal. Is everyone expending that much time solving git issues? Or it's just you?
I would say that you are still learning to use git. It take some time to learn to use it reasonably well. Also it's better to understand how it works, not just how to use it, you will see git in other way. El mié., ene. 11, 2017 21:47, Charles Manning <[email protected]> escribió: On Thu, Jan 12, 2017 at 1:35 PM, AD S <[email protected]> wrote: Hi all, Sorry I really don't mean for this to sound pessimistic or whiny - it really is a genuine question. I come from a background of solo work where I didn't really use git all that much. Now I work with a very large company and git is a huge part of the workflow. However, I spend usually around 3hrs a day just trying to sort out strange issues I come up against with git. Everyone else here just seems to think this is par for the course, but it frustrates me a lot. Is this normal when working with large 100+ organisations? Nope. Problems like this generally result from people trying to be too clever and making more problems than they solve. A 100+ organisation should likely be working across multiple repos rather than just one. You are more than likely working as, say 20 teams of 5 people. Use lots of branching. -- Charles -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
