TxzK@lemmy.zip to Programmer Humor@lemmy.ml · 10 months agowhy type lot letter when few do tricklemmy.zipimagemessage-square116fedilinkarrow-up1386arrow-down137
arrow-up1349arrow-down1imagewhy type lot letter when few do tricklemmy.zipTxzK@lemmy.zip to Programmer Humor@lemmy.ml · 10 months agomessage-square116fedilink
minus-squarecmnybo@discuss.tchncs.delinkfedilinkEnglisharrow-up12arrow-down1·10 months agoMaster is still the default branch when you run git init.
minus-squareFarid@startrek.websitelinkfedilinkarrow-up4arrow-down1·10 months agoDepends on your version of git, I believe.
minus-squarecmnybo@discuss.tchncs.delinkfedilinkEnglisharrow-up8·10 months 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·10 months 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.