Commit 897e83d98950cb5b9c41ef125d11bae3413a0c31

Authored by troj
1 parent e93068b7

Commit rasp

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
git_push.sh 0 → 100755
... ... @@ -0,0 +1,7 @@
  1 +#! /bin/sh
  2 +
  3 +git config --global user.name "troj"
  4 +git config --global user.email "thomas.roj@polytech-lille.net"
  5 +git add *
  6 +git commit -m "Commit rasp"
  7 +git push -u origin master
... ...