Closed marcin-chwedczuk closed 3 years ago
Debug -> Reload Without Extensions
For more information on how to write a good bug report read here For more information on how to contribute read here
Looks like Gists are still using master as their "root" branch. I wanted to create a Gist with images so I followed this guide: https://gist.github.com/mroderick/1afdd71aa69f6b29601d335751a1a9be and indeed pushing master works. On the other hand:
master
$ git fetch origin main fatal: couldn't find remote ref main
Since I use aliases to work with git, it would be good to standardise on a single name.
[Description of the bug or feature]
Just follow guide: https://gist.github.com/mroderick/1afdd71aa69f6b29601d335751a1a9be
Expected behavior: [What you expected to happen]
main branch should be used.
main
Actual behavior: [What actually happened]
master branch is used.
macOS git version 2.31.1
Probably doesn't matter.
Sorry guys, this one should go to GitHub 😓
For some reasons you are the first link in Google: \
Sorry for the noise.
Prerequisites
Debug -> Reload Without Extensions
?For more information on how to write a good bug report read here For more information on how to contribute read here
Description
Looks like Gists are still using
master
as their "root" branch. I wanted to create a Gist with images so I followed this guide: https://gist.github.com/mroderick/1afdd71aa69f6b29601d335751a1a9be and indeed pushing master works. On the other hand:Since I use aliases to work with git, it would be good to standardise on a single name.
[Description of the bug or feature]
Steps to Reproduce
Just follow guide: https://gist.github.com/mroderick/1afdd71aa69f6b29601d335751a1a9be
Expected behavior: [What you expected to happen]
main
branch should be used.Actual behavior: [What actually happened]
master
branch is used.Versions
macOS git version 2.31.1
Probably doesn't matter.