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.