Expand description
Core utility functions
This module contains utility functions used throughout the core module.
Functions§
- get_
repo_ name_ from_ url - Get the repository name from a URL
- is_
git_ ssh_ url - Check if a path looks like a git SSH URL
- is_
main_ branch - Check if a branch name is a main branch (shouldn’t be deleted)
- ssh_
to_ https_ url - Convert SSH URL to HTTPS URL for cloning