jeftadlvw / git-nest

Nest external repositories into your project without git being bothered.
https://github.com/jeftadlvw/git-nest
Apache License 2.0
1 stars 1 forks source link

✨ locking mechanism: prevent parallel access to git-nest configuration #23

Closed jeftadlvw closed 4 months ago

jeftadlvw commented 4 months ago

This pull requests add some locking behaviour to the core of git-nest. It needs to be called in each subcommand that performs writing operations on the context.

Unfortunately, it also adds some more boilerplate to writing subcommans...

Closes #21