Comment on .gitignore Is Inherently SisypheanparentComments−tonymet1ythis really should be git's default, with a warning on git init .They decided to waste the default warning with a wrist-slap for using "master"−eadmund1yThey decided to waste the default warning with a wrist-slap for using "master"I think that one can eliminate that by adding this to /etc/gitconfig, ~/.config/git/config or ~/.gitconfig as appropriate: [init] defaultBranch = master−tonymet1ythat's right but often CI systems are ephemeral or locked down so the logs get cluttered with this noise−eadmund1yThat’s fair. They really should revert that nonsense.−Brian_K_White1y $ git init hint: whoa whoa whoa my dude "master" no... $ git config --global init.defaultBranch aids_is_gods_punishment_for_depravity $ git init ok−tonymet1ymy favorite song from team america!
Comments
this really should be git's default, with a warning on git init .
They decided to waste the default warning with a wrist-slap for using "master"
I think that one can eliminate that by adding this to /etc/gitconfig, ~/.config/git/config or ~/.gitconfig as appropriate:
that's right but often CI systems are ephemeral or locked down so the logs get cluttered with this noise
That’s fair. They really should revert that nonsense.
my favorite song from team america!