turbo-editors/turbo-moonbitpublic Fork 0
8c683ec34820eacb48a5069d622bb61461e7abed
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-moonbit.git
git clone ssh://git@rickub.com/turbo-editors/turbo-moonbit.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

new.branch.sh · 3 lines · 55 BBash Blame HistoryRaw
📦 Turbo MoonBit cc1f595 k33g yesterday1#!/bin/bash
2git switch -c "$1"
3git push -u origin "$1"