From 897e83d98950cb5b9c41ef125d11bae3413a0c31 Mon Sep 17 00:00:00 2001 From: troj Date: Tue, 17 Feb 2015 08:04:09 +0000 Subject: [PATCH] Commit rasp --- git_push.sh | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) create mode 100755 git_push.sh diff --git a/git_push.sh b/git_push.sh new file mode 100755 index 0000000..96f5476 --- /dev/null +++ b/git_push.sh @@ -0,0 +1,7 @@ +#! /bin/sh + +git config --global user.name "troj" +git config --global user.email "thomas.roj@polytech-lille.net" +git add * +git commit -m "Commit rasp" +git push -u origin master -- libgit2 0.21.2