Skip to content

Instantly share code, notes, and snippets.

@jxu
Last active June 16, 2022 20:52
Show Gist options
  • Save jxu/1095e4cd84b8c894e57a64f0eed92bc1 to your computer and use it in GitHub Desktop.
Save jxu/1095e4cd84b8c894e57a64f0eed92bc1 to your computer and use it in GitHub Desktop.
Github idiotically uses main instead of master branch
git remote add origin [email protected]:jxu/repo.git # use set-url if already set
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment