Expand description
Core functionality for git-branchless.
Modules§
- core
- Core algorithms and data structures.
- git
- Tools for interfacing with the Git repository.
- testing
- Testing utilities.
- util
- Utility functions.
Macros§
- try_
exit_ code - Macro to propagate
ExitCode
s in the same way as thetry!
macro/the?
operator.