Linux 5.12's very bad, double ungood day
Linux 5.12's very bad, double ungood day
Posted Mar 8, 2021 20:13 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: Linux 5.12's very bad, double ungood day by luto
Parent article: Linux 5.12's very bad, double ungood day
Git just generally has a problem with shipping configuration values around. I can't make bullet-proof commands for others to use because I don't even know what remote names are in use. I vastly prefer `origin` for the main repo and `$prefix/$username` for any forks (including mine and the prefix depends on the hosting service). Others prefer `origin` for their fork and `upstream` for the main repository. Useful aliases, hooks, etc. all have non-existent ways of being distributed in git today. We have a script that developers should run to at least match the docs, but that's not generally used.