I continue to name all my master branches master
because, as a non-American, I don’t want to abide by corporate moral signaling.
I continue to name all my master branches master
because, as a non-American, I don’t want to abide by corporate moral signaling.
You had this problem probably because you created your repo with the GitHub web UI?
I always create the local repo first with
git init
, make at least 1 commit, and thengh repo create
. And yes, my default branch would bemaster
but why should I care if I offend some Americans.