turbo-editors/turbo-pythonpublic Fork 0
v1.0.2
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.

new.fix.sh · 6 lines · 115 BBash Blame HistoryRaw
📦 Turbo Python 6fc62ea k33g 10h ago1#!/bin/bash
2git switch -c fix/"$1"
3#touch new.fix.txt
4# git add .
5# git commit -m "$1"
6git push -u origin fix/"$1"