From d61f70371223a63163b6ff87c2cee127a9817f5e Mon Sep 17 00:00:00 2001 From: Octavio Cuellar Vargas Date: Fri, 21 Aug 2020 21:37:48 -0500 Subject: [PATCH 1/2] mi primer ejercicio con git y github --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 5274bd4..4b15b33 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,7 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", + "mi first challenge in git and github" ]; const funnyCommit = () => { From cfbae72789e45ea890fa0f02fe972f6b551dc925 Mon Sep 17 00:00:00 2001 From: Octavio Cuellar Vargas Date: Sat, 22 Aug 2020 09:56:18 -0500 Subject: [PATCH 2/2] Reinventing the wheel. Again. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4b15b33..7e13bd2 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", - "mi first challenge in git and github" + "Reinventing the wheel. Again.", ]; const funnyCommit = () => {