#!/bin/bash git switch -c feature/"$1" # touch new.feature.txt # git add . # git commit -m "$1" git push -u origin feature/"$1"