git-plus icon indicating copy to clipboard operation
git-plus copied to clipboard

[REQUEST] "Init" is only menu option available in active Git repo

Open qcol opened this issue 9 years ago • 6 comments

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

zaznaczenie_038

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.

qcol avatar Apr 12 '17 15:04 qcol

zaznaczenie_012

qcol avatar Apr 23 '17 11:04 qcol

Same issue for .git in parent folder of project

saidmoya12 avatar May 04 '17 20:05 saidmoya12

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

edarblanco avatar May 07 '17 21:05 edarblanco

@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]

akonwi avatar May 12 '17 17:05 akonwi

Got this issue after newest Atom realese with Github integration.

kfalkiewicz avatar Jul 12 '17 06:07 kfalkiewicz

@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.

akonwi avatar Jul 13 '17 03:07 akonwi