turbo-editors/turbo-rustpublic Fork 0
525e7309402698c221faf6bdbb3b6f9d673c2b65
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-rust.git
git clone ssh://git@rickub.com/turbo-editors/turbo-rust.git

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

📦 Turbo Rust 713ea5c · on 525e7309402698c221faf6bdbb3b6f9d673c2b65 · k33g · 12h ago
new.branch.sh · 3 lines · 55 BBash Blame HistoryRaw
1
2
3
#!/bin/bash
git switch -c "$1"
git push -u origin "$1"