Files
illogical-impulse/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh
T
2024-01-07 16:50:43 +07:00

6 lines
190 B
Bash
Executable File

#!/usr/bin/env bash
echo 'Use another branch, as said in the readme'
echo 'For example, running this would switch to illogical-impulse branch:'
echo ''
echo 'git checkout illogical-impulse'