sol-wasserman - Overview
Navigation Menu
Pinned Loading
-
Pretty print any object to the console
C# 4
-
2
let remote_url = (git remote get-url origin | str trim | str replace '.git' '')
4
if ($remote_url | str starts-with 'git@github.com:') {
5
$remote_url | str replace 'git@github.com:' 'https://github.com/'