You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Git doesn't offer the ability to have a pre-pull Git hook. Would it be possible to have custom commands that replace the pull command or execute before it?
Why?
I need to check if a specific process is running (Unreal Engine in my case) on the user's computer before the pull starts.
If this program is running when pulling the project repo, it fails and creates some unwanted modifications, which is very error-prone.
The text was updated successfully, but these errors were encountered:
Currently, Git doesn't offer the ability to have a pre-pull Git hook. Would it be possible to have custom commands that replace the pull command or execute before it?
Why?
I need to check if a specific process is running (Unreal Engine in my case) on the user's computer before the pull starts.
If this program is running when pulling the project repo, it fails and creates some unwanted modifications, which is very error-prone.
The text was updated successfully, but these errors were encountered: