Commit 73828e2b252c0eaf25bc0394b038e4b0232e1fa6

Authored by troj
1 parent dab90f85

Update

Showing 2 changed files with 10 additions and 0 deletions   Show diff stats
git_update_P45.sh 0 → 100755
... ... @@ -0,0 +1,5 @@
  1 +#! /bin/sh
  2 +
  3 +git add .
  4 +git commit -m "Update"
  5 +git push -u origin master
... ...
git_update_P45.sh~ 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +#! /bin/sh
  2 +
  3 +git add .
  4 +git commit -m "Update"
  5 +git push -u originmaster
... ...