#!/bin/bash #ack="guncelleme" ack=$1 git remote add upstream https://notabug.org/yasarciv67/deneysel-talimatlar git fetch upstream git pull upstream master git add . git commit -a -m "$ack" git push origin master