#!/bin/bash
mv -f config-file ../config-file
git add .
git commit -m "$1"
git push
mv -f ../config-file config-file