schneyra’s avatarschneyra’s Twitter Archive—№ 37,711

  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…