[REQUEST] "Init" is only menu option available in active Git repo
Very often after some time of work "Init" is only menu option available in active Git repo.

It's similiar to #576 but still in 7.4.0 and not only when opening a project from Project Manager or dragging a folder into an empty workspace
When restart Atom - all works OK again.

Same issue for .git in parent folder of project
This is a bit off-topic but it is a request or clarification of doubt, regarding the chekout option, if I do in console "git checkout 1c462b69b08bdcc666c8c5145a6362f99d084ec3" the head takes me directly to that commit, but using git-plus only allows me to choose an option of the list, if for example I only have the master, then master, and tell me not found when I put the reference (1c462b69b08bdcc666c8c5145a6362f99d084ec3), in the search box, there is some extra procedure for this??, thanks in advance
@saidmoya12 if you open a subfolder of a git repository as the project root, then atom won't understand it as a git repository.
@qcol I'm not sure what the cause of this is but if it continues to happen hopefully you'll have more information
@edarblanco checkout means a lot of things in git. From this package, it allows you to change branches and reset changes. If you to checkout a particular revision, then you should use the Git run command to do something the package doesn't support and in the input view that appears, type checkout [your revision number]
Got this issue after newest Atom realese with Github integration.
@Nosenation is there any information in the developer console? Can you provide a gif or video of you reproducing this please? That might also help.