From 25e27b03995b81443886161fce7dc74c72004054 Mon Sep 17 00:00:00 2001 From: Lara Ianov <lianov@uab.edu> Date: Wed, 28 Nov 2018 14:28:14 -0600 Subject: [PATCH] Changes made in Atom and committed etc. directly --- demo.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo.sh b/demo.sh index 0e93973..68636f6 100755 --- a/demo.sh +++ b/demo.sh @@ -5,3 +5,8 @@ echo "demo test for gitlab" echo "printing working directory, `pwd`" echo "line added locally after cloning, and then committed and pushed to GitLab" + +# A good FYI about the Atom editor: +# changes below were made in Atom, staged, committed and pushed directly from Atom +echo "printing current date and time" +date -- GitLab