git/_get_primary_branch
- 455 bytes
- Bash
- View raw
1#!/usr/bin/env bash
2# Prints the name of the primary branch, e.g. main or live
4set -o errexit
5set -o nounset
10then
15then
17else
19fi
git/_get_primary_branch1#!/usr/bin/env bash
2# Prints the name of the primary branch, e.g. main or live
4set -o errexit
5set -o nounset
10then
15then
17else
19fi