git-guncelle 216 B

123456789101112
  1. #!/bin/bash
  2. #ack="guncelleme"
  3. ack=$1
  4. git remote add upstream https://notabug.org/yasarciv67/deneysel-talimatlar
  5. git fetch upstream
  6. git pull upstream master
  7. git add .
  8. git commit -a -m "$ack"
  9. git push origin master