git-push 116 B

1234567
  1. #!/bin/bash
  2. mv -f config-file ../config-file
  3. git add .
  4. git commit -m "$1"
  5. git push
  6. mv -f ../config-file config-file