After initialising a repo, I cannot create a new branch
Prerequisites
- [ ] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
After initializing a repo, I try using the botton at the bottom to create a master branch. But after typing "master" and press enter, it does not show in the branch dropdown menu.
Steps to Reproduce
- initilise a repo
- click on botton for the branches
- click on "New Branch"
- Type "master"
- press anter
- check the branch dropdown menu, it stays only at "no-branch" and does not have other options
Expected behavior:
Creted and switch to master branch. Or even automatically create and switch to master branch when init a repo.
Actual behavior:
I was stucked with no-branch.
Reproduces how often:
I am able to recreate it every time.
Versions
1.44.0 My OS is MacOS 10.14.6
Additional Information
This issue should probably be moved to the atom/github repo
Dude this problem is very annoying. Having the same issue.
Same issue...
Looks like you need to make a commit on Git(from/in atom) first and then it gives you a master branch which lets you push.
On Mon, Apr 19, 2021 at 8:32 AM Darkgoatie @.***> wrote:
Same issue...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/atom/github/issues/2418#issuecomment-822562503, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEOH6SS55PS6C6LPAZEGDDTJREIFANCNFSM4LGVAOYQ .
Making a detached commit from Atom solved it for me. I was then able to publish the repo on GitHub
Making a detached commit from Atom solved it for me. I was then able to publish the repo on GitHub
I experienced the same issue, with the same solution.
Same here
I'm having this same issue, and I can't even make a detached commit (clicking the button does nothing)
Same here, cannot stage, cannot create detatched commit
i had the same issue, but i could make a detached commit after putting something in the "commit message" box, after which, the branch i added appeared as well
I have the same issue: cannot create branch and cannot make adetached commit! I am on Win 11
I have the same issue
same issue..
same issue... did anyone find a solution so far?