|
|
|
|
|
by f1notformula1
2990 days ago
|
|
> everyone understands a different part of git and has slightly different ideas of how things should be done This was a big problem that bugged me too, so for every team I've worked with I've created a few scripts for the team's most common version control operations. Most devs, including me, are pretty lazy so they'd all rather run this script than go to Stack Overflow to figure out git arcania. This helps standardize conventions too: Feature branches/linear DAGs/topic branches/dev branches/prod branches/whatever weird thing a team does they all just do that using the script so it's standardized. |
|