#!/bin/bash git checkout -b F1 git add feature1.sh git commit -am "Feature 1" git push origin F1