Skip to content

Instantly share code, notes, and snippets.

@lambdageek
Created August 27, 2020 22:43
Show Gist options
  • Save lambdageek/72cd5c69aef961e009c7d3451a581e85 to your computer and use it in GitHub Desktop.
Save lambdageek/72cd5c69aef961e009c7d3451a581e85 to your computer and use it in GitHub Desktop.
git default branch for new repos
#! /bin/sh
git config --global init.defaultBranch main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment