355
why type lot letter when few do trick
(lemmy.zip)
Post funny things about programming here! (Or just rant about your favourite programming language.)
For a while, yes, you had to. Every new repo would be
main
while old ones remainedmaster
. Tools that default to a specific branch aside now you had to remember and check which branch you are merging into every time.