TxzK@lemmy.zip to Programmer Humor@lemmy.ml · 1 year agowhy type lot letter when few do tricklemmy.zipimagemessage-square115fedilinkarrow-up1388arrow-down137
arrow-up1351arrow-down1imagewhy type lot letter when few do tricklemmy.zipTxzK@lemmy.zip to Programmer Humor@lemmy.ml · 1 year agomessage-square115fedilink
minus-squarecmnybo@discuss.tchncs.delinkfedilinkEnglisharrow-up12arrow-down1·1 year agoMaster is still the default branch when you run git init.
minus-squareFarid@startrek.websitelinkfedilinkarrow-up4arrow-down1·1 year agoDepends on your version of git, I believe.
minus-squarecmnybo@discuss.tchncs.delinkfedilinkEnglisharrow-up8·1 year agoThe latest version from kernel.org still uses master. It’s certainly possible for distro maintainers to change it on the versions they package though.
minus-squareFarid@startrek.websitelinkfedilinkarrow-up6·1 year agoYeah, seems like I’m wrong. I looked up the docs on git-scm.com and it says that the default branch name is “currently master, but this is subject to change in the future”. Maybe GitHub threw me off.
Master is still the default branch when you run
git init
.Depends on your version of git, I believe.
The latest version from kernel.org still uses master. It’s certainly possible for distro maintainers to change it on the versions they package though.
Yeah, seems like I’m wrong. I looked up the docs on git-scm.com and it says that the default branch name is “currently master, but this is subject to change in the future”. Maybe GitHub threw me off.