turbo-editors/turbo-pythonpublic Fork 0
bbfc62fe52548e4712c66104331c9a4de0cff21e
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-python.git
git clone ssh://git@rickub.com/turbo-editors/turbo-python.git

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

📦 Turbo Python 6fc62ea · on bbfc62fe52548e4712c66104331c9a4de0cff21e · k33g · 9h ago
new.branch.sh · 3 lines · 55 BBash Blame HistoryRaw
1
2
3
#!/bin/bash
git switch -c "$1"
git push -u origin "$1"