turbo-editors/turbo-gopublic Fork 0
145937ab1c0750b59c3b2770fac6c2875b5eec4d
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-go.git
git clone ssh://git@rickub.com/turbo-editors/turbo-go.git

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

📦 Turbo Go 3d7798b · on 145937ab1c0750b59c3b2770fac6c2875b5eec4d · k33g · 11h ago
new.fix.sh · 6 lines · 115 BBash Blame HistoryRaw
1
2
3
4
5
6
#!/bin/bash
git switch -c fix/"$1"
#touch new.fix.txt
# git add .
# git commit -m "$1"
git push -u origin fix/"$1"