Files
herolib/examples/develop
Mahmoud-Emad 5cee9a4d5a refactor: Extract git repository management into a dedicated module
- Moved git repository handling logic from `gittools` to a new
  `gitresolver` module for better code organization and reusability.
- Created a `GitUrlResolver` interface to abstract git URL resolution.
- Implemented a `GitToolsResolver` struct to adapt the existing
  `gittools` functionality to the new interface.  This allows for
  future extensibility with different git repository management
  strategies.
- Improved error handling and added more informative error messages.
- Improved the structure of the `heroscript` by breaking down the
  actions into smaller, more manageable units.
2025-07-23 19:00:43 +03:00
..
2025-02-02 18:04:00 +02:00
...
2025-06-15 16:30:40 +02:00
...
2025-01-31 15:39:44 +03:00
...
2025-01-31 15:39:44 +03:00
...
2025-01-31 15:39:44 +03:00
2025-02-02 15:20:57 +02:00