Skip to content

v0.0.2

Latest

Choose a tag to compare

@raganmd raganmd released this 10 Jun 18:40
· 1 commit to main since this release
Adjusts remote origin and source retrieval

Simplifies the retrieval of the remote origin and source URLs.
The previous implementation was unnecessarily removing the ".git"
extension. The updated implementation defers the removal of ".git" to
a later TODO task, as the assumption that the remote URL always ends
in ".git" might not be correct.