turbo-editors/turbo-rustpublic Fork 0
713ea5c03c3513c6f6bc4e94969e556ff736e038
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 713ea5c03c3513c6f6bc4e94969e556ff736e038 · k33g · 11h ago
new.feature.sh · 6 lines · 128 BBash Blame HistoryRaw
1
2
3
4
5
6
#!/bin/bash
git switch -c feature/"$1"
# touch new.feature.txt
# git add .
# git commit -m "$1"
git push -u origin feature/"$1"