From 97d2ec12ffda032f1b0933fd57cb555ef3606b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Thu, 22 Nov 2018 12:11:56 -0600 Subject: [PATCH] message --- git_commit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 git_commit diff --git a/git_commit b/git_commit new file mode 100755 index 0000000..8f16614 --- /dev/null +++ b/git_commit @@ -0,0 +1,5 @@ +#!/bin/bash + +git add . +git commit -m 'message' +git push origin