piccalilli_’s avatarpiccalilli_’s Twitter Archive—№ 39,509

  1. RT spences10: Initialising a new project with git? Don't want the default branch to be master? Do this: git init git checkout -b main…