Common bashrc for Linux and "Git Bash" (aka: Git for Windows)
export QS_GIT_REPO=https://github.com/andylytical/bashrc.git; curl https://raw.githubusercontent.com/andylytical/quickstart/main/quickstart.sh | bash
In the instructions below, replace branch_name
with the actual name of the git branch te be tested.
export QS_GIT_REPO=https://github.com/andylytical/bashrc.git
export QS_GIT_BRANCH=branch_name
curl https://raw.githubusercontent.com/andylytical/quickstart/main/quickstart.sh | bash