#!/bin/bash
#ack="guncelleme"
ack=$1
git add . 
git commit -a -m "$ack"
git push origin master