Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 28, 2020 06:50 pm GMT

Git 2.28 brings default branch option

Git 2.28 dropped yesterday (July 27, 2020) and it brings a nifty feature to set a default branch.

$ git config --global init.defaultBranch main

Any projects initialized with git init will now use the branch name main.

For more highlights of Git 2.28: https://github.blog/2020-07-27-highlights-from-git-2-28/


Original Link: https://dev.to/jonoyeong/git-2-28-brings-default-branch-option-4lio

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To