6 ms·
These are just different ways to handle the same problem, and the fact that git provides different methods is a good thing. You can choose which one to use in
by samtheprogram 4y ago
These are just different ways to handle the same problem, and the fact that git provides different methods is a good thing.
You can choose which one to use in your project, and someone could enforce or write a wrapper if they wanted to to enforce/encourage a certain method.
Learning one of the above methods, especially stashing and/or pull conflicts, isn’t that difficult or hard to grasp. Git even recommends this if you try to push to a more up to date upstream.
- bergenty 4y agoThere shouldn’t be different ways to handle the same problem. It should literally be 4 features and call it a day. Simplicity is a feature.