turbo-editors/turbo-gopublic Fork 0
23b04a2b45f6e25238c9f07fc158e1132dcbcf92
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.

new.feature.sh · 6 lines · 128 BBash Blame HistoryRaw
📦 Turbo Go 3d7798b k33g yesterday1#!/bin/bash
2git switch -c feature/"$1"
3# touch new.feature.txt
4# git add .
5# git commit -m "$1"
6git push -u origin feature/"$1"