fork-dev / Tracker

Bug and issue tracker for Fork for Mac
498 stars 12 forks source link

[Feature Request] Pause new git action if fork is already running a git action #1976

Open darkdescendant opened 10 months ago

darkdescendant commented 10 months ago

I work in a large code base, and often fork is running some git action that takes a while that I didn't initiate. If I try to do something in that repo that requires git, fork will throw an error because it can't get necessary exclusive access. This is almost always because fork is fighting itself.

It would be nice to have fork wait for any current git actions for the repo in question that it initiated and is waiting on and then run the action requested rather than just letting it fail out of hand.