From 5641977db92a193dc1172915558a1f9bafb4db79 Mon Sep 17 00:00:00 2001 From: Himanshu Shekhar Date: Sat, 26 Mar 2016 12:40:26 +0530 Subject: [PATCH] Syncing with remote --- githubsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubsync.sh b/githubsync.sh index d7654d0..b0190f9 100644 --- a/githubsync.sh +++ b/githubsync.sh @@ -9,4 +9,4 @@ git add -A read -r -p "Enter any commit message (if any) : " commsg git commit -m "$commsg" -# git push -u origin master +git push -u origin master