feat: allow non-github klipper repositories, as well as ssh cloning #452
Reference in New Issue
Block a user
Delete Branch "o080o/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change allows users to use Klipper repositories other than github.com, including gitlab.com.
This addresses #398 as well as including the functionality from the open PR #323 regarding ssh cloning (since, they both touch the same line of code, in effectively the same way)
I generally think, kiuah should not mess with the repo url at all.
My own current patch just removes the sed command to remove the github from the url, but for compatibility I add
https://github/, if the url does not contain://.I just wanted to create a pull request, but then saw this one.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.